* 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user