X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=8a112399304583ab2a3c8573bf87290493fe90a2;hb=56f6460914459b1162ffc68d7021e5a29b409f99;hp=277db44d200cb2182a6773834fffa2568d77ee71;hpb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 277db44..8a11239 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 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 @@ -492,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);