]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.c
gui: Only check STDIN for readability if curses is active.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index 0a0d80348d3e4c4ec172b70929c5d7e99164c6a1..e897645167d86a45f454d4ef213fc198d7f8ecd1 100644 (file)
--- a/net.c
+++ b/net.c
@@ -73,7 +73,7 @@ static int sendall(int fd, const char *buf, size_t *len)
                total += n;
                bytesleft -= n;
                if (total < *len)
-                       PARA_DEBUG_LOG("short write (%d byte(s) left)",
+                       PARA_DEBUG_LOG("short write (%zd byte(s) left)",
                                *len - total);
        }
        *len = total; /* return number actually sent here */