diff options
| -rw-r--r-- | ao-tools/ao-postflight/ao-postflight.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-postflight/ao-postflight.c b/ao-tools/ao-postflight/ao-postflight.c index ed91be15..caa7fb74 100644 --- a/ao-tools/ao-postflight/ao-postflight.c +++ b/ao-tools/ao-postflight/ao-postflight.c @@ -536,7 +536,7 @@ main (int argc, char **argv)  	int			has_raw = 0;  	int			has_gps = 0;  	int			has_kml = 0; -	char			*this_plot_name; +	char			*this_plot_name = NULL;;  	while ((c = getopt_long(argc, argv, "s:d:p:r:g:k:a", options, NULL)) != -1) {  		switch (c) {  | 
