rom Maynard, Chris :
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jul 2005 09:52:50 +0000 (09:52 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Jul 2005 09:52:50 +0000 (09:52 +0000)
The attached patches, generated via  svn diff , correct various compiler

& lint warnings, among them:

lemon.c(2582) : warning C4090: '=' : different 'const' qualifiers

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15086 f5534014-38df-0310-8fa8-9805f1628bb7

tools/lemon/lemon.c

index 6fe23e429d6e032f16817a9a3895abeaf9831553..bad29912c79a74fa86936495b9ce4ec2e38d3819 100644 (file)
@@ -2557,7 +2557,7 @@ void ReportOutput(struct lemon *lemp)
 ** the exacutable */
 PRIVATE char *pathsearch(char *argv0, char *name, int modemask)
 {
-  const char *pathlist;
+  char *pathlist;
   char *path,*cp;
   char c;