mirror of
https://github.com/curl/curl.git
synced 2026-06-02 05:24:15 +03:00
make the path const
This commit is contained in:
parent
115e74a8ad
commit
372b141d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue