small fixes
This commit is contained in:
@@ -121,7 +121,7 @@ LookupModule(Term a )
|
||||
|
||||
/* prolog module */
|
||||
if (a == 0) {
|
||||
return GetModuleEntry(AtomProlog);
|
||||
return GetModuleEntry(AtomUser);
|
||||
}
|
||||
at = AtomOfTerm(a);
|
||||
me = GetModuleEntry(at);
|
||||
|
Reference in New Issue
Block a user