ref: 3a95de144e826b4a030f095c2dce719ba2ba959d
parent: 1c8b31ca1d374e33d46dd56769f7f06877366385
author: bentley <[email protected]>
date: Thu Feb 4 18:18:57 EST 2010
this is why you should always test build *before* making a commit
--- a/src/link/object.c
+++ b/src/link/object.c
@@ -497,7 +497,7 @@
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);
}