mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +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");
|
pObjfile = fopen(tzLibfile, "rb");
|
||||||
if (pObjfile == NULL)
|
if (pObjfile == NULL)
|
||||||
errx(EX_NOINPUT, "Unable to open object '%s' : %s",
|
errx(EX_NOINPUT, "Unable to open object '%s' : %s",
|
||||||
tzObjectfile, strerror(errno));
|
tzLibfile, strerror(errno));
|
||||||
if (!pObjfile) {
|
if (!pObjfile) {
|
||||||
errx(5, "Unable to open '%s'", tzLibfile);
|
errx(5, "Unable to open '%s'", tzLibfile);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user