X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Fdopen.c;h=b2585c4cc8d4e56cffeddc326b5ac076a2062426;hp=e95c59ab660401452a6a3f58d061502c6f5f0bb4;hb=0dedb6a7a6a0f0ddaf56cb0673978fdd85e64be1;hpb=ac13dceecd5f75669820819575daf88e0add5c8d diff --git a/dict/dopen.c b/dict/dopen.c index e95c59a..b2585c4 100644 --- a/dict/dopen.c +++ b/dict/dopen.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 @@ -76,7 +76,7 @@ Dict_BFile dict_bf_open(BFiles bfs, const char *name, int block_size, int cache, int rw) { Dict_BFile dbf; - + dbf = (Dict_BFile) xmalloc(sizeof(*dbf)); dbf->bf = bf_open(bfs, name, block_size, rw); if (!dbf->bf)