From bbe009b770de67ebe7f92118d43f46f753f0fb21 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 18 Dec 2004 16:41:27 +0000 Subject: revert erroneous checkin --- winsup/cygwin/fhandler_process.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winsup/cygwin/fhandler_process.cc') diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 004233d3a..493620e97 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -319,8 +319,7 @@ fhandler_process::fill_filebuf () strcpy (filebuf, ""); else { - charplus x (p->progname); - mount_table->conv_to_posix_path (x, filebuf, 1); + mount_table->conv_to_posix_path (p->progname, filebuf, 1); int len = strlen (filebuf); if (len > 4) { -- cgit v1.2.3