Fixed errMessage call in getResources

This commit is contained in:
Marty Kraimer
1991-06-27 16:41:48 +00:00
parent c6e8557a86
commit d2272044ed

View File

@@ -507,7 +507,7 @@ static long getResources(fname) /* Resource Definition File interpreter */
float n_float;
double n_double;
if (!fname) {
errMessage("getResources(): RETURNING because of NULL arg\n");
errMessage(0L,"getResources(): RETURNING because of NULL arg\n");
return (0);
}
if ((fd = open(fname, READ, 0x0)) < 0) {