From 939eda00500ae78b32d95561b952be829a3c0e22 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 17 Nov 2009 10:04:07 +0000 Subject: [PATCH] just be consistent in calls. --- C/dbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/dbase.c b/C/dbase.c index eee3a3baf..77f55cb92 100644 --- a/C/dbase.c +++ b/C/dbase.c @@ -696,8 +696,8 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end, continue; } case (CELL)FunctorLongInt: - *StoPoint++ = AbsAppl(CodeMax); CheckDBOverflow(3); + *StoPoint++ = AbsAppl(CodeMax); CodeMax = copy_long_int(CodeMax, ap2); ++pt0; continue;