mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
%ld for long
This commit is contained in:
parent
933f7cecae
commit
0aa7d11cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ void storerequest(char *reqbuf);
|
|||
#define REQUEST_DUMP "log/server.input"
|
||||
#define RESPONSE_DUMP "log/server.response"
|
||||
|
||||
#define TEST_DATA_PATH "%s/data/test%d"
|
||||
#define TEST_DATA_PATH "%s/data/test%ld"
|
||||
|
||||
/* very-big-path support */
|
||||
#define MAXDOCNAMELEN 140000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue