* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid
a SEGV.
This commit is contained in:
@ -89,7 +89,7 @@ System information:\n\
|
||||
-P, --smprograms output Start Menu `Programs' directory and exit\n\
|
||||
-S, --sysdir output system 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)
|
||||
/* nothing to do */;
|
||||
else if (stream != stdout)
|
||||
|
Reference in New Issue
Block a user