1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

custom_err will work properly now because Yard:: is now BootRoot::Yard::

This commit is contained in:
freesource 2001-08-25 18:22:47 +00:00
parent 54add2136a
commit f420f43f82

View File

@ -139,7 +139,7 @@ sub err_custom {
else {
# Yard::sys .. this seems to be necessary for my flakey floppy drive
# which doesn't even support 1722.
Yard::sys("$_[0]");
BootRoot::Yard::sys("$_[0]");
}
error_window($_[1]) if ($? != 0);
if (defined $error_window) {