projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e53ad5
)
Fix for bug 371 "options concurrentOperations ignores concurrentOperations"
author
ja7
<ja7>
Mon, 6 Jun 2005 07:12:47 +0000
(07:12 +0000)
committer
ja7
<ja7>
Mon, 6 Jun 2005 07:12:47 +0000
(07:12 +0000)
src/initopt.c
patch
|
blob
|
history
diff --git
a/src/initopt.c
b/src/initopt.c
index
f11bd50
..
b09d0fd
100644
(file)
--- 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 == ',')
{