From d2272044ed8ed9d29c6904be6f505df3fc054eb3 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 27 Jun 1991 16:41:48 +0000 Subject: [PATCH] Fixed errMessage call in getResources --- src/db/iocInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index 063b9c274..5acf4cd43 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -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) {