From d615067ecfe859cadfb09c0896864a4bff299d4f Mon Sep 17 00:00:00 2001 From: ulfl Date: Mon, 8 Aug 2005 18:50:39 +0000 Subject: various code cleanup: -use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-sndcp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-sndcp.c') diff --git a/epan/dissectors/packet-sndcp.c b/epan/dissectors/packet-sndcp.c index 91ae6cc2ca..9736d35a61 100644 --- a/epan/dissectors/packet-sndcp.c +++ b/epan/dissectors/packet-sndcp.c @@ -33,10 +33,6 @@ #include -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include #include -- cgit v1.2.3