mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
make the path const
This commit is contained in:
parent
115e74a8ad
commit
372b141d5b
@ -73,7 +73,7 @@ spitout(FILE *stream,
|
|||||||
#define TEST_DATA_PATH "%s/data/test%d"
|
#define TEST_DATA_PATH "%s/data/test%d"
|
||||||
|
|
||||||
/* global variable, where to find the 'data' dir */
|
/* global variable, where to find the 'data' dir */
|
||||||
char *path=".";
|
const char *path=".";
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
DOCNUMBER_QUIT = -6,
|
DOCNUMBER_QUIT = -6,
|
||||||
|
Loading…
Reference in New Issue
Block a user