X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=0791d45ad01bf8befadc6eab984f448c380df85f;hb=7ccc68c77eb208c2070c7939d9a41a33254934c5;hp=6491368d0ce94b0360e9c66fe5c93e85d6e7e025;hpb=4e66751dbded138d3a4c5f6256d1a514b212db7e;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 6491368..0791d45 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,8 +1,5 @@ -/* $Id: testlib.c,v 1.48 2007-12-03 11:47:53 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -495,8 +492,9 @@ ZEBRA_RES tl_fetch_compare(ZebraHandle zh, res = ZEBRA_FAIL; if (res == ZEBRA_FAIL) { + int l = rec_len; yaz_log(YLOG_LOG, "Expected: %s", cmp_rec); - yaz_log(YLOG_LOG, "Got: %.*s", rec_len, rec_buf); + yaz_log(YLOG_LOG, "Got: %.*s", l, rec_buf); } } odr_destroy(odr); @@ -513,6 +511,7 @@ ZEBRA_RES tl_fetch_first_compare(ZebraHandle zh, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab