Small adjustments to appease the android build
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
//errors here should be fatal
|
||||
static void fatalError(char* message) {
|
||||
fprintf(stderr, message);
|
||||
fprintf(stderr, "%s", message);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user