Skip to content
Snippets Groups Projects
Commit eef585ab authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Deuce said I remove this error message

It was always displayed (sent to stderr) when running scfg, echocfg, uedit,
etc. in auto-curses mode, so suppress that noise.
parent e2bcf722
No related branches found
No related tags found
No related merge requests found
Pipeline #7243 passed
......@@ -1323,7 +1323,6 @@ sdl_initsync(void)
#else
if(init_sdl_video()) {
#endif
fprintf(stderr,"SDL Video Initialization Failed\n");
return(-1);
}
sem_init(&sdl_key_pending, 0, 0);
......
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