This commit is contained in:
joonicks
2018-04-04 16:25:26 +02:00
parent 581c44e7fb
commit 9008fd1fd9
6 changed files with 41 additions and 25 deletions

View File

@@ -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)
{