diff options
Diffstat (limited to 'src/decode.h')
-rw-r--r-- | src/decode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decode.h b/src/decode.h index 57a2ec8..6dee669 100644 --- a/src/decode.h +++ b/src/decode.h @@ -81,10 +81,10 @@ struct internal_state { int32_t last_out; /* minimum integer for post-processing */ - int64_t xmin; + uint32_t xmin; /* maximum integer for post-processing */ - int64_t xmax; + uint32_t xmax; /* length of uncompressed input block should be the longest possible block */ |