From: Daniel Stenberg Date: Fri, 13 Feb 2004 07:05:15 +0000 (+0000) Subject: make the path const X-Git-Tag: cares-1_1_0~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=372b141d5b062fdf020104e1bad68b37e6508122;p=curl make the path const --- diff --git a/tests/server/sws.c b/tests/server/sws.c index f2f465003..770dec049 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -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,