From 6cc04e235b91df33190d0ce088f10724ba366bc5 Mon Sep 17 00:00:00 2001 From: lfcastro Date: Fri, 8 Jun 2001 18:16:07 +0000 Subject: [PATCH] * fixed a typo in PutAtt (timestmp -> timestamp) git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@67 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/attvar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/attvar.c b/C/attvar.c index 7229dde5e..9891cd26e 100644 --- a/C/attvar.c +++ b/C/attvar.c @@ -202,7 +202,7 @@ PutAtt(attvar_record *attv, Int i, Term tatt) { CELL *timestamp = (CELL *)(attv->Atts[pos]); if (B->cp_h <= timestamp #if defined(SBA) || defined(TABLING) - && timestmp <= H + && timestamp <= H #endif ) { #if defined(SBA)