diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-18 16:41:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-18 16:41:27 +0000 |
commit | bbe009b770de67ebe7f92118d43f46f753f0fb21 (patch) | |
tree | 9666b6424303b1c39e9c2acdd64d9779cf82b56c /winsup/cygwin/fhandler_process.cc | |
parent | b25e8b65c27642806ba9f6cc6a75373bdc17c337 (diff) | |
download | cygnal-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.cc | 3 |
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) { |