X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr_mem.c;h=d9e402587917f80cd73988939d044305cdd4b11b;hp=c994c236a1864b4569c1768ee78967853da8a9f4;hb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/src/odr_mem.c b/src/odr_mem.c index c994c23..d9e4025 100644 --- a/src/odr_mem.c +++ b/src/odr_mem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: odr_mem.c,v 1.8 2007-01-03 08:42:15 adam Exp $ + * $Id: odr_mem.c,v 1.9 2007-03-19 21:08:13 adam Exp $ */ /** * \file odr_mem.c @@ -77,7 +77,7 @@ int odr_grow_block(ODR b, int min_bytes) { int togrow; - if (!b->can_grow) + if (!b->op->can_grow) return -1; if (!b->size) togrow = 1024;