]> granicus.if.org Git - curl/commitdiff
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 f2f46500359cd42cae33ed5398668089fa2ab66a..770dec04997d8869e2f93c449dc5ed6968ccb802 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,