Browse Source

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

master
freesource 24 years ago
parent
commit
f420f43f82
  1. 2
      BootRoot/Error.pm

2
BootRoot/Error.pm

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

Loading…
Cancel
Save