Skip to content
Snippets Groups Projects
Commit 933f7cec authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

int/long fix

parent 8e73e553
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ static void win32_perror (const char *msg) ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment