]> sourceware.org Git - newlib-cygwin.git/commitdiff
* minidumper.cc (minidump): Fix -t option argument handling.
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sun, 23 Feb 2014 11:34:31 +0000 (11:34 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Sun, 23 Feb 2014 11:34:31 +0000 (11:34 +0000)
winsup/utils/ChangeLog
winsup/utils/minidumper.cc

index ba9ad3faab0caa97243faad3ca71be0e3fd25420..63b5e953e9d929b58893b719ffd5df8bc698c4f3 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-23  Jon TURNEY  <jon.turney@dronecode.org.uk>
+
+       * minidumper.cc (minidump): Fix -t option argument handling.
+
 2014-02-07  Jon TURNEY  <jon.turney@dronecode.org.uk>
 
        * minidumper.cc: New file.
index ffbc7a33e5ffc0c44147dd95a688cd4998541178..da2c6d5c5f6e744958c08edb473e19cd428de9a7 100644 (file)
@@ -142,7 +142,7 @@ struct option longopts[] = {
   {"version", no_argument, 0, 'V'},
   {0, no_argument, NULL, 0}
 };
-const char *opts = "tndhqV";
+const char *opts = "t:ndhqV";
 
 static void
 print_version ()
This page took 0.031921 seconds and 5 git commands to generate.