]> git.refcnt.org Git - colorize.git/commitdiff
Initialize file pointer
authorSteven Schubiger <stsc@refcnt.org>
Wed, 21 Aug 2013 19:53:10 +0000 (21:53 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 21 Aug 2013 19:53:10 +0000 (21:53 +0200)
colorize.c

index 7bb8ee0fff00e1ceea80f2897214eef1daf17693..cd01f4af3995bfacbbee997b391aabffd347451f 100644 (file)
@@ -239,7 +239,7 @@ main (int argc, char **argv)
         NULL, /* background */
     };
 
-    const char *file;
+    const char *file = NULL;
 
     program_name = argv[0];
     atexit (cleanup);