X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=bfile%2Fbfile.c;h=c5de537a20d384baf542f74f3fd16dacbf1ee140;hp=347a2a3ec08a62f710fb0c7609d8df9d56bb617c;hb=f6dbdf7151bbdfaf47ec281a71ed6ef49b596f29;hpb=49d0ee122a9f86ec2967b577dcc297c501785edd diff --git a/bfile/bfile.c b/bfile/bfile.c index 347a2a3..c5de537 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -1,4 +1,4 @@ -/* $Id: bfile.c,v 1.41 2005-04-15 10:47:47 adam Exp $ +/* $Id: bfile.c,v 1.42 2005-04-18 08:05:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -212,8 +212,8 @@ int bf_xclose (BFile bf, int version, const char *more_info) { if (bf->header_dirty) { - assert(bf->alloc_buf); zint pos = 0; + assert(bf->alloc_buf); assert(bf->magic); sprintf(bf->alloc_buf, "%s %d " ZINT_FORMAT " " ZINT_FORMAT " ", bf->magic, version, bf->last_block, bf->free_list);