X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr.c;h=49c775314bc53056a38a7d73564850ff1b959a63;hb=2bf750fa7a6e28d9ebb1fabd6325ecf4cfac7e49;hp=3ad263dd05e1196a1eb799c268e1663dc0451bf0;hpb=0b0eb588d2989d5bc7d77600e4e9b375d1eade12;p=yaz-moved-to-github.git diff --git a/src/odr.c b/src/odr.c index 3ad263d..49c7753 100644 --- a/src/odr.c +++ b/src/odr.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. */ @@ -147,7 +147,7 @@ void odr_FILE_write(ODR o, void *handle, int type, for (i = 0; i < len; i++) { unsigned c = ((const unsigned char *) buf)[i]; - if (i == 2000 && len > 3100) + if (i == 20000 && len > 31000) { fputs(" ..... ", (FILE*) handle); i = len - 1000;