* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path

name.
* fork.cc (fork_parent): Correct the "unable to allocate forker_finished event"
error message.  It named the wrong event before.
This commit is contained in:
Christopher Faylor
2001-10-14 15:49:13 +00:00
parent 611d92e24c
commit 48372ea6f1
4 changed files with 12 additions and 18 deletions

View File

@@ -422,7 +422,7 @@ fork_parent (HANDLE& hParent, dll *&first_dll,
{
CloseHandle (hParent);
CloseHandle (subproc_ready);
system_printf ("unable to allocate subproc_ready event, %E");
system_printf ("unable to allocate forker_finished event, %E");
return -1;
}