revert erroneous checkin

This commit is contained in:
Christopher Faylor
2004-12-18 16:41:27 +00:00
parent b25e8b65c2
commit bbe009b770
4 changed files with 98 additions and 116 deletions

View File

@ -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)
{