aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccpp.c')
-rw-r--r--tccpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccpp.c b/tccpp.c
index 0cea7cf..4c7cf80 100644
--- a/tccpp.c
+++ b/tccpp.c
@@ -1874,7 +1874,7 @@ static void parse_number(const char *p)
if (b == 16)
shift = 4;
else
- shift = 2;
+ shift = 1;
bn_zero(bn);
q = token_buf;
while (1) {