aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-06-16 20:20:41 +0200
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commitd42ebd2aeca80efa926fedd49d2aef75bd4e28ea (patch)
tree7496654b979d89810b60ddd2642e38057f9ff6a3
parent15a60b1c129707e0b8280de0ef0a2234fd50010d (diff)
downloadnx-libs-d42ebd2aeca80efa926fedd49d2aef75bd4e28ea.tar.gz
nx-libs-d42ebd2aeca80efa926fedd49d2aef75bd4e28ea.tar.bz2
nx-libs-d42ebd2aeca80efa926fedd49d2aef75bd4e28ea.zip
Clipboard.c: fix format specifier
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index bb4907393..00a2dd1fd 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -1779,7 +1779,7 @@ Bool nxagentCollectPropertyEventFromXServer(int resource)
ulReturnItems, pszReturnData, 1);
#ifdef DEBUG
- fprintf(stderr, "%s: Selection property [%d][%s] changed to resultFormat [%d] returnType [%d][%s] len [%d]"
+ fprintf(stderr, "%s: Selection property [%d][%s] changed to resultFormat [%d] returnType [%ld][%s] len [%d]"
#ifdef PRINT_CLIPBOARD_CONTENT_ON_DEBUG
/* FIXME: only print the string if the resultFormat is 8 */
" value [\"%*.*s\"...] hex [0x%2.2x%2.2x%2.2x%2.2x]"