summaryrefslogtreecommitdiff
path: root/dftest.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-12-25 18:35:21 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-12-25 18:35:21 +0000
commit5a89cfc00b280c986ac253f9c1886fc268c4f904 (patch)
tree701efad158e1cdb9a6a0aa9b2f963227e3079e98 /dftest.c
parent872a86081411f8911e58b8e32057c65172ddf6e5 (diff)
downloadwireshark-5a89cfc00b280c986ac253f9c1886fc268c4f904.tar.gz
Again, some warnings removed.
svn path=/trunk/; revision=12834
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");