execute0 has no access to the third argument.

This commit is contained in:
Vitor Santos Costa 2010-02-26 10:04:33 +00:00
parent f4e734da34
commit 361c54bed8
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ p_execute0(void)
#endif
}
} else {
Yap_Error(TYPE_ERROR_CALLABLE,ARG3,"call/1");
Yap_Error(TYPE_ERROR_CALLABLE,ARG1,"call/1");
return FALSE;
}
/* N = arity; */