mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Squash warning
svn path=/trunk/netsurf/; revision=6915
This commit is contained in:
parent
9e35636b5e
commit
3251f4b49c
@ -323,7 +323,7 @@ bool gui_commit_clipboard(void)
|
||||
owns_clipboard = true;
|
||||
}
|
||||
|
||||
LOG(("clipboard now holds %d bytes", clip_length));
|
||||
LOG(("clipboard now holds %zd bytes", clip_length));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user