Explorar el Código

Static analysis fix.

Ryan C. Gordon hace 8 años
padre
commit
cdba81f5c4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      test/test_physfs.c

+ 2 - 2
test/test_physfs.c

@@ -873,8 +873,8 @@ static int cmd_cat(char *args)
 
 static int cmd_cat2(char *args)
 {
-    PHYSFS_File *f1;
-    PHYSFS_File *f2;
+    PHYSFS_File *f1 = NULL;
+    PHYSFS_File *f2 = NULL;
     char *fname1;
     char *fname2;
     char *ptr;