From 5f8e4efa678ccb7b699a04f980b2a60e776c90da Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 6 Mar 2005 18:00:03 +0000 Subject: * cygpath.cc (usage): Pass in one more copy of program_name to printf to avoid a SEGV. --- winsup/utils/cygpath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/cygpath.cc') diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc index 782ac50..6410859 100644 --- a/winsup/utils/cygpath.cc +++ b/winsup/utils/cygpath.cc @@ -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) -- cgit v1.1