From: Adam Dickmeiss Date: Wed, 5 Oct 1994 10:47:31 +0000 (+0000) Subject: Small bug fix. X-Git-Tag: ZEBRA.1.0~819 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=f8d11c9a16e0312c29e31fba8029f85fe0d9085c Small bug fix. --- diff --git a/util/res.c b/util/res.c index 743d5e8..e641500 100644 --- a/util/res.c +++ b/util/res.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: res.c,v $ - * Revision 1.9 1994-09-16 14:41:12 quinn + * Revision 1.10 1994-10-05 10:47:31 adam + * Small bug fix. + * + * Revision 1.9 1994/09/16 14:41:12 quinn * Added log warning to res_get_def * * Revision 1.8 1994/09/16 14:37:12 quinn @@ -167,10 +170,7 @@ Res res_open (const char *name) { Res r; if (access (name, R_OK)) - { log (LOG_LOG|LOG_ERRNO, "cannot access `%s'", name); - xfree (r); - } r = xmalloc (sizeof(*r)); r->init = 0; r->name = xstrdup (name);