Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Bill Meier" <wmeier@xxxxxxxxxxx>
Date: Sun, 02 Oct 2005 13:14:10 -0500
--- 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;