X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_wrbuf.c;h=153ee9c40181475bf964428b5cc0a015ab4a2be0;hb=79786d23233dc896ecb0f68580298a8759592577;hp=f213561b75f8358e4a27dca3ae5c6aaf27c926c3;hpb=dcf6101fd8cf823c366b0703243381e8a0e11d75;p=yaz-moved-to-github.git diff --git a/test/test_wrbuf.c b/test/test_wrbuf.c index f213561..153ee9c 100644 --- a/test/test_wrbuf.c +++ b/test/test_wrbuf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -41,7 +41,7 @@ static void tstwrbuf(void) buf[i] = '\0'; wrbuf_puts(wr, buf); } - + cp = wrbuf_buf(wr); len = wrbuf_len(wr); YAZ_CHECK(len == step * (step-1) / 2);