X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Fopen.c;h=1df9d986b3c9fde37f77a5195d3bf13ec8ddb2a3;hp=d31252f61ba005d9850e06f8bb4191770311bd86;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/dict/open.c b/dict/open.c index d31252f..1df9d98 100644 --- a/dict/open.c +++ b/dict/open.c @@ -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); }