mirror of
https://github.com/sheumann/AFPBridge.git
synced 2025-10-31 11:26:45 -07:00
Correctly detect when Marinetti needs to be loaded.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user