summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index b09713af69..dc0c5492d1 100644
--- a/bignum.c
+++ b/bignum.c
@@ -176,7 +176,7 @@ str2inum(str, base)
while (ISSPACE(*str)) str++;
- if (*str == '|') {
+ if (*str == '+') {
str++;
}
else if (*str == '-') {