Explorar el Código

Add an initializer to appease older gcc

Nick Mathewson hace 14 años
padre
commit
d106caaadc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/test/test_util.c

+ 1 - 1
src/test/test_util.c

@@ -1659,7 +1659,7 @@ test_util_split_lines(void *ptr)
   };
   };
 
 
   int i, j;
   int i, j;
-  char *orig_line;
+  char *orig_line=NULL;
   smartlist_t *sl=NULL;
   smartlist_t *sl=NULL;
 
 
   (void)ptr;
   (void)ptr;