X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fclose.c;h=5cd042bfd2787cadaf6493be5364b54384662147;hb=HEAD;hp=971c2de2757890d83a9b86f77a4746f39ae8337a;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/dict/close.c b/dict/close.c index 971c2de..5cd042b 100644 --- a/dict/close.c +++ b/dict/close.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 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 @@ -39,7 +39,7 @@ int dict_close(Dict dict) void *head_buf; dict_bf_readp(dict->dbf, 0, &head_buf); memcpy(head_buf, &dict->head, sizeof(dict->head)); - dict_bf_touch(dict->dbf, 0); + dict_bf_touch(dict->dbf, 0); } dict_bf_close(dict->dbf); xfree(dict);