Initialize this variable

This commit is contained in:
Steel Titanium 2020-08-24 01:25:34 -04:00
parent 94ca85b229
commit 23b1f8fc5e

View file

@ -2080,7 +2080,7 @@ static void M_ConfirmConnect(event_t *ev)
static boolean CL_FinishedFileList(void) static boolean CL_FinishedFileList(void)
{ {
INT32 i; INT32 i;
char *downloadsize; char *downloadsize = NULL;
//CONS_Printf(M_GetText("Checking files...\n")); //CONS_Printf(M_GetText("Checking files...\n"));
i = CL_CheckFiles(); i = CL_CheckFiles();
if (i == 4) // still checking ... if (i == 4) // still checking ...