make the path const
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 07:05:15 +0000 (07:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Feb 2004 07:05:15 +0000 (07:05 +0000)
tests/server/sws.c

index f2f4650..770dec0 100644 (file)
@@ -73,7 +73,7 @@ spitout(FILE *stream,
 #define TEST_DATA_PATH "%s/data/test%d"
 
 /* global variable, where to find the 'data' dir */
-char *path=".";
+const char *path=".";
 
 enum {
   DOCNUMBER_QUIT    = -6,