From d4ee0012925815e069dd9996241703a7e9bd0338 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 9 Jun 2009 15:35:38 +0000 Subject: - Fix Savannah bug #18124 - Fix Savannah bug #17521 - Fix Savannah bug #16401 - Fix Savannah bug #16469 - Fix Savannah bug #16473 --- arscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arscan.c') diff --git a/arscan.c b/arscan.c index 5e94000..c2af805 100644 --- a/arscan.c +++ b/arscan.c @@ -66,7 +66,7 @@ VMS_get_member_info (struct dsc$descriptor_s *module, unsigned long *rfa) &bufdesc.dsc$w_length, 0); if (! (status & 1)) { - error (NILF, _("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 (const char *archive, ar_member_func_t function, const void *arg) if (! (status & 1)) { - error (NILF, _("lbr$ini_control failed with status = %d"),status); + error (NILF, _("lbr$ini_control() failed with status = %d"), status); return -2; } -- cgit v1.2.3