Commit 372b141d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make the path const

parent 115e74a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,