summaryrefslogtreecommitdiffstats
path: root/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'arith.c')
-rw-r--r--arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index 6d6dd9f9..241dd56f 100644
--- a/arith.c
+++ b/arith.c
@@ -2306,7 +2306,7 @@ val lognot(val a, val bits)
{
val b;
- if (default_bool_arg(bits))
+ if (default_null_arg(bits))
return comp_trunc(a, bits);
switch (type(a)) {