Ethereal

[Ethereal-dev] Minor patch to fix util.c "different 'const' qualifiers" warning
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: October 2005


--- util.c.orig 2005-10-02 13:09:36.765035200 -0400
+++ util.c      2005-10-02 13:11:10.710121600 -0400
@@ -159,7 +159,7 @@

 static const char *tmpdir = NULL;
 #ifdef _WIN32
-static char *temp = NULL;
+static char const *temp = NULL;
 #endif
 static const char *E_tmpdir;




Powered by MHonArc 2.6.10