summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/jetc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/jetc.cpp b/src/client/jetc.cpp
index 94d59ac..8a0963d 100644
--- a/src/client/jetc.cpp
+++ b/src/client/jetc.cpp
@@ -20,7 +20,7 @@ void update() {
msg.encode2(window.height);
io.send(msg);
io.recv(window.view, window.width * window.height);
- io.recv(window.line_ends, window.height);
+ io.recv(window.line_ends, window.height * sizeof(int));
window.update();
cursor.update();