X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=f5afa440080ef64bf76cdd823a6997ca4314fec4;hb=a89d8384ad975fdddb2aa56e8c27b689a5e23f96;hp=ea73c0de6d2fc589bde26708215a647c331b5c2e;hpb=6587ec659336a07b71dd50d6874f8b316eca4191;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index ea73c0d..f5afa44 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,8 +1,5 @@ -/* $Id: kinput.c,v 1.89 2008-01-09 22:18:04 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + 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 @@ -188,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'; @@ -799,6 +796,7 @@ void zebra_index_merge(ZebraHandle zh) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab