summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-12-18 16:41:27 +0000
committerChristopher Faylor <me@cgf.cx>2004-12-18 16:41:27 +0000
commitbbe009b770de67ebe7f92118d43f46f753f0fb21 (patch)
tree9666b6424303b1c39e9c2acdd64d9779cf82b56c /winsup/cygwin/fhandler_process.cc
parentb25e8b65c27642806ba9f6cc6a75373bdc17c337 (diff)
downloadcygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.tar.gz
cygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.tar.bz2
cygnal-bbe009b770de67ebe7f92118d43f46f753f0fb21.zip
revert erroneous checkin
Diffstat (limited to 'winsup/cygwin/fhandler_process.cc')
-rw-r--r--winsup/cygwin/fhandler_process.cc3
1 files changed, 1 insertions, 2 deletions
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, "<defunct>");
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)
{