]> sourceware.org Git - newlib-cygwin.git/commitdiff
Commit change mentioned in ChangeLog.
authorChristopher Faylor <me@cgf.cx>
Wed, 13 Sep 2000 19:57:36 +0000 (19:57 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 13 Sep 2000 19:57:36 +0000 (19:57 +0000)
winsup/cygwin/dcrt0.cc

index 9d3db236e320ce8d111a70df5225e42d7b1ea05e..e20bfc21f110f0d38daa4aa4b554258f7ff55367 100644 (file)
@@ -307,6 +307,8 @@ quoted (char *cmd, int winshell)
       strcpy (cmd, cmd + 1);
       if ((p = strchr (cmd, quote)) != NULL)
        strcpy (p, p + 1);
+      else
+       p = strchr (cmd, '\0');
       return p;
     }
 
This page took 0.032385 seconds and 5 git commands to generate.