Correctly detect when Marinetti needs to be loaded.

This commit is contained in:
Stephen Heumann 2017-04-03 23:33:00 -05:00
parent c119492cec
commit 1f6122ba39
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ int main(void) {
Boolean loadedTCP = FALSE;
Boolean startedTCP = FALSE;
if (!TCPIPStatus()) {
if (!TCPIPStatus() || toolerror()) {
LoadOneTool(54, 0x0300); /* load Marinetti 3.0+ */
if (toolerror())
goto error;