mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Try to get CI running again ;)
This commit is contained in:
parent
b77f64f31e
commit
8c34ca3106
@ -142,7 +142,9 @@ int main(int argc, char *argv[])
|
||||
} /* end if */
|
||||
}
|
||||
#endif /* XWINDOW */
|
||||
|
||||
#ifdef SDL
|
||||
strcpy(filetorun,LDESDL);
|
||||
#endif /* SDL */
|
||||
#ifdef USESUNSCREEN
|
||||
if ((FrameBufferFd = open("/dev/fb", O_RDWR)) < 0) {
|
||||
fprintf(stderr, "ldeboot: can't open FrameBuffer\n");
|
||||
@ -196,7 +198,6 @@ int main(int argc, char *argv[])
|
||||
fork_Unix();
|
||||
|
||||
/* start ldemono or ldecolor */
|
||||
strcpy(filetorun,LDESDL);
|
||||
if (filetorun[0] == '\0') {
|
||||
fprintf(stderr, "Unable to determine what display program to run.\n");
|
||||
exit(1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user