X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fopen.c;h=e0aab684b86a5478cb7d1f2c414e08691a2007ec;hb=0dedb6a7a6a0f0ddaf56cb0673978fdd85e64be1;hp=d31252f61ba005d9850e06f8bb4191770311bd86;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/dict/open.c b/dict/open.c index d31252f..e0aab68 100644 --- a/dict/open.c +++ b/dict/open.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 @@ -41,9 +41,9 @@ void dict_clean(Dict dict) dict->head.freelist = 0; dict->head.page_size = page_size; dict->head.compact_flag = compact_flag; - + /* create header with information (page 0) */ - if (dict->rw) + if (dict->rw) dict_bf_newp(dict->dbf, 0, &head_buf, page_size); }