* fixed a typo in PutAtt (timestmp -> timestamp)

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@67 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
lfcastro 2001-06-08 18:16:07 +00:00
parent 1264a7f828
commit 6cc04e235b
1 changed files with 1 additions and 1 deletions

View File

@ -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)