diff --git a/decode.cc b/decode.cc index 090845b..36cf89d 100644 --- a/decode.cc +++ b/decode.cc @@ -160,7 +160,7 @@ void base37_decoder(char *str, long long int val, int len) template struct Decoder { - typedef float code_type; + typedef int8_t code_type; #ifdef __AVX2__ typedef SIMD mesg_type; #else