int/long fix

This commit is contained in:
Daniel Stenberg 2004-05-06 12:44:08 +00:00
parent 8e73e55336
commit 933f7cecae
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ static void win32_perror (const char *msg)
} }
#endif #endif
static char *test2file(int testno) static char *test2file(long testno)
{ {
static char filename[256]; static char filename[256];
sprintf(filename, TEST_DATA_PATH, path, testno); sprintf(filename, TEST_DATA_PATH, path, testno);