X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=ab0484b6a5ea5b312829b1f88f15ca27cc8fb44f;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hp=57451160a74bfda7e28c05e2822cbf3397c322f6;hpb=97a7adeb9e5059463f039495cc01cfa448463a27;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index 5745116..ab0484b 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -185,7 +185,7 @@ int key_file_read(struct key_file *f, char *key) key[i++] = c; while ((c = key_file_getc(f))) { - if (i < IT_MAX_WORD) + if (i <= IT_MAX_WORD) key[i++] = c; } key[i++] = '\0';