]> granicus.if.org Git - curl/commitdiff
int/long fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 May 2004 12:44:08 +0000 (12:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 May 2004 12:44:08 +0000 (12:44 +0000)
tests/server/sws.c

index b79b40c3ee58a8604a73b78b96a004b5816ed4ae..dabcffa41ce6598d5b2d06a299d110805baf2f5d 100644 (file)
@@ -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);