mirror of
https://github.com/curl/curl.git
synced 2026-07-30 14:58:28 +03:00
int/long fix
This commit is contained in:
parent
8e73e55336
commit
933f7cecae
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ static void win32_perror (const char *msg)
|
|||
}
|
||||
#endif
|
||||
|
||||
static char *test2file(int testno)
|
||||
static char *test2file(long testno)
|
||||
{
|
||||
static char filename[256];
|
||||
sprintf(filename, TEST_DATA_PATH, path, testno);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue