diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-04-10 13:59:27 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-04-21 21:21:17 -0700 |
commit | e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce (patch) | |
tree | 420ed3bc0f627bd776219635191cdfdddb49a118 /xup | |
parent | bd0b1acf794b2552b13bd4185c8eef91b2d9784c (diff) | |
download | xrdp-proprietary-e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce.tar.gz xrdp-proprietary-e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce.zip |
Fix more format warnings
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ lib_mod_connect(struct mod *mod) if (trans_connect(mod->trans, mod->ip, con_port, 3000) == 0) { LLOGLN(0, ("lib_mod_connect: connected to Xserver " - "(Xorg or X11rdp) sck %d", mod->trans->sck)); + "(Xorg or X11rdp) sck %ld", mod->trans->sck)); error = 0; } |