summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index cd470b8e..7b208cd8 100644
--- a/lib.c
+++ b/lib.c
@@ -4918,7 +4918,7 @@ val use_sym(val symbol, val package_in)
if (found && symbol_package(existing) == package) {
if (existing == nil)
- uw_throwf(error_s, lit("~a: cannot hide ~s"), self, existing);
+ uw_throwf(error_s, lit("~a: cannot hide ~s"), self, existing, nao);
sethash(package->pk.hidhash, name, existing);
existing->s.package = nil;
}