Skip to content
Snippets Groups Projects
Commit d6b12444 authored by deuce's avatar deuce
Browse files

Check the return value of initciolib()

parent bb4f7102
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,8 @@ int main(int argc, char **argv)
load_settings(&settings);
initciolib(ciolib_mode);
if(initciolib(ciolib_mode))
return(1);
if(!dont_set_mode) {
switch(settings.startup_mode) {
case SCREEN_MODE_80X25:
......
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