module with all attrs voided is module with no atts.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1495 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2006-01-04 03:47:49 +00:00
parent 68164fff7b
commit bde8a59cec
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ p_get_all_atts(void) {
static int
ActiveAtt(Term tatt, UInt ar)
{
CELL *cp = RepAppl(tatt);
CELL *cp = RepAppl(tatt)+1;
UInt i;
for (i = 1; i < ar; i++) {