mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
this is why you should always test build *before* making a commit
This commit is contained in:
@@ -497,7 +497,7 @@ lib_Readfile(char *tzLibfile)
|
||||
pObjfile = fopen(tzLibfile, "rb");
|
||||
if (pObjfile == NULL)
|
||||
errx(EX_NOINPUT, "Unable to open object '%s' : %s",
|
||||
tzObjectfile, strerror(errno));
|
||||
tzLibfile, strerror(errno));
|
||||
if (!pObjfile) {
|
||||
errx(5, "Unable to open '%s'", tzLibfile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user