aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/u64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/u64.c')
-rw-r--r--src/lib9/u64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/u64.c b/src/lib9/u64.c
index a17bdf1d..84e5fe0e 100644
--- a/src/lib9/u64.c
+++ b/src/lib9/u64.c
@@ -35,7 +35,7 @@ dec64(uchar *out, int lim, char *in, int n)
b24 = 0;
i = 0;
while(n-- > 0){
-
+
c = t64d[*(uchar*)in++];
if(c == INVAL)
continue;