this is why you should always test build *before* making a commit

This commit is contained in:
bentley
2010-02-04 23:18:57 -07:00
parent 1c8b31ca1d
commit 3a95de144e

View File

@@ -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);
}