summaryrefslogtreecommitdiff
path: root/arscan.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
committerPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
commit2c64fb221a265f9e7fc93374906b1e7540377561 (patch)
tree4603a4b4e5ec9a6366e02f5ece9b6f6e9371084c /arscan.c
parente90887e68aa6dfa8c91af7d3bb2d2799f5a51b5e (diff)
downloadgunmake-2c64fb221a265f9e7fc93374906b1e7540377561.tar.gz
Checkpoint changes. Bug fixes, mostly.
Diffstat (limited to 'arscan.c')
-rw-r--r--arscan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arscan.c b/arscan.c
index 13ae45b..1fc0a16 100644
--- a/arscan.c
+++ b/arscan.c
@@ -69,7 +69,7 @@ VMS_get_member_info (module, rfa)
&bufdesc.dsc$w_length, 0);
if (! status)
{
- error ("lbr$set_module failed to extract module info, status = %d",
+ error (NILF, "lbr$set_module failed to extract module info, status = %d",
status);
lbr$close (&VMS_lib_idx);
@@ -151,7 +151,7 @@ ar_scan (archive, function, arg)
if (! status)
{
- error ("lbr$ini_control failed with status = %d",status);
+ error (NILF, "lbr$ini_control failed with status = %d",status);
return -2;
}
@@ -162,7 +162,7 @@ ar_scan (archive, function, arg)
if (! status)
{
- error ("unable to open library `%s' to lookup member `%s'",
+ error (NILF, "unable to open library `%s' to lookup member `%s'",
archive, (char *)arg);
return -1;
}