mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid
a SEGV.
This commit is contained in:
parent
57a64c15da
commit
5f8e4efa67
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-06 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygpath.cc (usage): Pass in one more copy of program_name to printf
|
||||||
|
to avoid a SEGV.
|
||||||
|
|
||||||
2005-02-27 Christopher Faylor <cgf@timesys.com>
|
2005-02-27 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* regtool.cc (opts): The argument to 'K' is not optional.
|
* regtool.cc (opts): The argument to 'K' is not optional.
|
||||||
|
@ -89,7 +89,7 @@ System information:\n\
|
|||||||
-P, --smprograms output Start Menu `Programs' directory and exit\n\
|
-P, --smprograms output Start Menu `Programs' directory and exit\n\
|
||||||
-S, --sysdir output system directory and exit\n\
|
-S, --sysdir output system directory and exit\n\
|
||||||
-W, --windir output `Windows' directory and exit\n\
|
-W, --windir output `Windows' directory and exit\n\
|
||||||
", prog_name, prog_name);
|
", prog_name, prog_name, prog_name);
|
||||||
if (ignore_flag)
|
if (ignore_flag)
|
||||||
/* nothing to do */;
|
/* nothing to do */;
|
||||||
else if (stream != stdout)
|
else if (stream != stdout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user