X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fres-test.c;h=7ad63d8d9907e580fb1b807c15aa5927f99cc804;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=d947dde0f46cd81c527aee13240146122e9b697a;hpb=1b29b77f09ae310c41f9cd0a6eeea2d562b7729e;p=idzebra-moved-to-github.git diff --git a/util/res-test.c b/util/res-test.c index d947dde..7ad63d8 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -1,10 +1,19 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: res-test.c,v $ - * Revision 1.4 1994-10-04 17:47:11 adam + * Revision 1.7 1999-02-02 14:51:41 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.6 1996/10/29 13:48:16 adam + * Updated to use zebrautl.h instead of alexutil.h. + * + * Revision 1.5 1995/09/04 12:34:05 adam + * Various cleanup. YAZ util used instead. + * + * Revision 1.4 1994/10/04 17:47:11 adam * Function options now returns arg with error option. * * Revision 1.3 1994/08/18 11:02:27 adam @@ -19,11 +28,12 @@ */ #include -#include + +#include static void res_print (const char *name, const char *value) { - log (LOG_LOG, "%s=%s", name, value); + logf (LOG_LOG, "%s=%s", name, value); } int main(int argc, char **argv) @@ -48,12 +58,12 @@ int main(int argc, char **argv) write_flag = 1; else { - log (LOG_FATAL, "Unknown option '-%s'", arg); + logf (LOG_FATAL, "Unknown option '-%s'", arg); exit (1); } if (!resfile) { - log (LOG_FATAL, "No resource file given."); + logf (LOG_FATAL, "No resource file given."); exit (1); } res = res_open (resfile);