mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
xlib: separate output between stdout and stderr (from lmod)
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
void fatalerror(char *s)
|
void fatalerror(char *s)
|
||||||
{
|
{
|
||||||
printf("*ERROR* : %s\n", s);
|
fprintf(stderr,"*ERROR* : %s\n", s);
|
||||||
exit(5);
|
exit(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user