summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-03-14 17:04:08 -0700
committerJay Sorg <jay.sorg@gmail.com>2016-03-14 17:04:08 -0700
commit38241f2a0bd8909815cce67adb56d29619b19ad1 (patch)
tree0492997b6ec068f5d5abef4a113855a021d231df /xrdp/xrdp.c
parent73935792058af2664ebb59108ba6b3fed8e8fcc0 (diff)
downloadxrdp-proprietary-38241f2a0bd8909815cce67adb56d29619b19ad1.tar.gz
xrdp-proprietary-38241f2a0bd8909815cce67adb56d29619b19ad1.zip
Fix all format warnings and some unused variable warnings
Diffstat (limited to 'xrdp/xrdp.c')
-rw-r--r--xrdp/xrdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index b92bedd3..dca7f44d 100644
--- a/xrdp/xrdp.c
+++ b/xrdp/xrdp.c
@@ -107,7 +107,7 @@ xrdp_shutdown(int sig)
threadid = tc_get_threadid();
g_writeln("shutting down");
- g_writeln("signal %d threadid %p", sig, threadid);
+ g_writeln("signal %d threadid %lld", sig, (long long)threadid);
if (!g_is_wait_obj_set(g_term_event))
{