summaryrefslogtreecommitdiffstats
path: root/xup/xup.c
diff options
context:
space:
mode:
Diffstat (limited to 'xup/xup.c')
-rw-r--r--xup/xup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 65ccc34c..ad0d896a 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -212,7 +212,8 @@ 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 %ld", (long) (mod->trans->sck)));
+ "(Xorg or X11rdp) sck %lld",
+ (long long) (mod->trans->sck)));
error = 0;
}