diff --git a/VERSION b/VERSION index 77fd27b7..991158ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.10 +8.3.11 diff --git a/database/DBlabel2.c b/database/DBlabel2.c index 444c6e92..47bcacbe 100644 --- a/database/DBlabel2.c +++ b/database/DBlabel2.c @@ -348,7 +348,7 @@ DBTreeFindUse(name, use, scx) if ((def->cd_flags & CDAVAILABLE) == 0) { bool dereference = (def->cd_flags & CDDEREFERENCE) ? TRUE : FALSE; - (void) DBCellRead(def, (char *) NULL, dereference, NULL); + (void) DBCellRead(def, (char *) NULL, TRUE, dereference, NULL); } scx->scx_use = use;