diff options
author | Bdale Garbee <bdale@gag.com> | 2009-09-06 14:05:51 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-09-06 14:05:51 -0600 |
commit | 45ede4a4b203ef9da5bf05c49cb9c5a2e6382ec5 (patch) | |
tree | 45714bf00124dddc0b5436f93f2a2ef2e4ac6a07 | |
parent | 45e2938121411d1fc9b3aec3fdeaaeb3c90db5ed (diff) | |
parent | e35e485ffe6b26034788ab295121bc2693b7eec1 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
-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 c5814c93..6683c67c 100644 --- a/ao-tools/ao-postflight/ao-postflight.c +++ b/ao-tools/ao-postflight/ao-postflight.c @@ -205,7 +205,7 @@ main (int argc, char **argv) int c; int serial; char *s; - char *summary_name, *detail_name; + char *summary_name = NULL, *detail_name = NULL; while ((c = getopt_long(argc, argv, "S:D:", options, NULL)) != -1) { switch (c) { |