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

View File

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