diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-09 15:35:38 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-09 15:35:38 +0000 |
commit | d4ee0012925815e069dd9996241703a7e9bd0338 (patch) | |
tree | 0f43c9f155b5889d925b447b6b2ad2edf4695bc7 /vmsfunctions.c | |
parent | a72bff7cb3090051e75b631694aeb2bdb863aeb5 (diff) | |
download | gunmake-d4ee0012925815e069dd9996241703a7e9bd0338.tar.gz |
- Fix Savannah bug #18124
- Fix Savannah bug #17521
- Fix Savannah bug #16401
- Fix Savannah bug #16469
- Fix Savannah bug #16473
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r-- | vmsfunctions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c index f3f70e3..51a270e 100644 --- a/vmsfunctions.c +++ b/vmsfunctions.c @@ -91,7 +91,7 @@ readdir (DIR *dir) if (!((i = sys$search (dfab)) & 1)) { - DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i)); + DB (DB_VERBOSE, (_("sys$search() failed with %d\n"), i)); return (NULL); } |