aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-25 18:35:21 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-25 18:35:21 +0000
commitb965ca1c91f726402f659ad7927d8e8a92daff82 (patch)
tree701efad158e1cdb9a6a0aa9b2f963227e3079e98 /dftest.c
parent17331cf9808c5d55839312d412cde27e03e41fa4 (diff)
Again, some warnings removed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12834 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dftest.c b/dftest.c
index 474e7a8ece..42a7cd5d17 100644
--- a/dftest.c
+++ b/dftest.c
@@ -135,7 +135,7 @@ main(int argc, char **argv)
epan_cleanup();
exit(2);
}
- printf("dfilter ptr = 0x%08x\n", (unsigned int) df);
+ printf("dfilter ptr = 0x%08x\n", GPOINTER_TO_INT(df));
printf("\n\n");