Commit 933f7cec authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

int/long fix

parent 8e73e553
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);