X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Finitopt.c;h=b09d0fd47e24daf3e821dbedb177116a7f0473f9;hb=b853eb3de1a249859eef71c9a285172a199656ce;hp=f11bd501d9fe60529456d51eb716efa617c20680;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/src/initopt.c b/src/initopt.c index f11bd50..b09d0fd 100644 --- a/src/initopt.c +++ b/src/initopt.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: initopt.c,v 1.4 2005-01-15 19:47:13 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 == ',') {