summaryrefslogtreecommitdiff
path: root/src/mark.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2017-01-22 16:09:15 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2017-01-22 16:09:15 +0100
commita57f6c71aeb85e3eebbf68f84c8a66fb4f1b59db (patch)
tree1441b86adf6e47a8db051db8d3293b5fa95cdb0c /src/mark.c
parentab026a8f0cf3f118acbab4cab78a5be63c37c13b (diff)
downloadscreen-a57f6c71aeb85e3eebbf68f84c8a66fb4f1b59db.tar.gz
u_plop, int len -> size_t len
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mark.c b/src/mark.c
index 34b2e17..dc84a69 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -926,7 +926,7 @@ static void MarkProcess(char **inbufp, size_t *inlenp)
if (append_mode)
LMsg(0, "Appended %d characters to buffer", newcopylen);
else
- LMsg(0, "Copied %d characters into buffer", md_user->u_plop.len);
+ LMsg(0, "Copied %zu characters into buffer", md_user->u_plop.len);
if (write_buffer)
WriteFile(md_user, (char *)0, DUMP_EXCHANGE);
in_mark = 0;