mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
Corrected "lef write" command to act as advertised and take a
filename as the next argument.
This commit is contained in:
+2
-1
@@ -208,7 +208,8 @@ CmdLef(w, cmd)
|
||||
}
|
||||
else goto wrongNumArgs;
|
||||
}
|
||||
else goto wrongNumArgs;
|
||||
else if (i != 2) /* Is argument a filename? */
|
||||
goto wrongNumArgs;
|
||||
}
|
||||
if (cmd->tx_argc != 2 && cmd->tx_argc != 3) goto wrongNumArgs;
|
||||
if (selectedUse == NULL)
|
||||
|
||||
Reference in New Issue
Block a user