make the path const

This commit is contained in:
Daniel Stenberg 2004-02-13 07:05:15 +00:00
parent 115e74a8ad
commit 372b141d5b
1 changed files with 1 additions and 1 deletions

View 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,