[X2Go-Commits] [nx-libs] 407/429: Clipboard.c: fix format specifier

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:37:16 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit d42ebd2aeca80efa926fedd49d2aef75bd4e28ea
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Wed Jun 16 20:20:41 2021 +0200

    Clipboard.c: fix format specifier
---
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list