X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Finitopt.c;h=b09d0fd47e24daf3e821dbedb177116a7f0473f9;hb=b853eb3de1a249859eef71c9a285172a199656ce;hp=148880add2c582a5f2027d276695226441fad024;hpb=05c274ef315384faafcc5900c17468f0ea2474e6;p=yaz-moved-to-github.git diff --git a/src/initopt.c b/src/initopt.c index 148880a..b09d0fd 100644 --- a/src/initopt.c +++ b/src/initopt.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: initopt.c,v 1.3 2004-10-15 00:19:00 adam Exp $ + * $Id: initopt.c,v 1.5 2005-06-06 07:12:47 ja7 Exp $ */ /** @@ -51,7 +51,7 @@ int yaz_init_opt_encode(Z_Options *opt, const char *opt_str, int *error_pos) ODR_MASK_ZERO(opt); while (*cp) { - char this_opt[20]; + char this_opt[42]; int i, j; if (*cp == ' ' || *cp == ',') {