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

Exit if CIOLIB initialization fails.

parent 36502326
Branches
Tags
No related merge requests found
......@@ -223,7 +223,8 @@ int main(int argc, char **argv)
SAFECOPY(url,argv[i]);
}
initciolib(ciolib_mode);
if(initciolib(ciolib_mode))
return(1);
gettextinfo(&txtinfo);
if((txtinfo.screenwidth<40) || txtinfo.screenheight<24) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment