mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
blitzfix
This commit is contained in:
@@ -948,13 +948,13 @@ int main(int argc, char **argv, char **envp)
|
||||
else
|
||||
to_file(1,"error: Missing argument for -p <string>\n");
|
||||
_exit(0);
|
||||
case 't':
|
||||
startup = 666;
|
||||
break;
|
||||
case 'X':
|
||||
debug_on_exit = TRUE;
|
||||
break;
|
||||
#endif /* DEBUG */
|
||||
case 't':
|
||||
startup = 666;
|
||||
break;
|
||||
case 'f':
|
||||
if (opt[2] != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user