diff options
Diffstat (limited to 'prettyprint.c')
-rw-r--r-- | prettyprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prettyprint.c b/prettyprint.c index ec00583..b980f1e 100644 --- a/prettyprint.c +++ b/prettyprint.c @@ -16,7 +16,7 @@ prettyprint(Term *t, int quoted, int ignoreops, int numbervars, Module *mod) Rune *result; Rune *args; if(mod == nil) - mod = usermodule; + mod = getmodule(L"user"); switch(t->tag){ case CompoundTerm: |