Skip to content
Snippets Groups Projects
Commit ce6019fd authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove deprecated -i option.

parent 5a64cc49
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3491 passed
......@@ -1518,10 +1518,6 @@ int main(int argc, char **argv)
case 'C':
ciolib_mode=CIOLIB_MODE_CURSES;
break;
case 0:
printf("NOTICE: The -i option is depreciated, use -if instead\r\n");
SLEEP(2000);
/* Fall-through */
case 'F':
ciolib_mode=CIOLIB_MODE_CURSES_IBM;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment