diff options
Diffstat (limited to 'lzip_index.h')
-rw-r--r-- | lzip_index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lzip_index.h b/lzip_index.h index 9ff6ee9..08758da 100644 --- a/lzip_index.h +++ b/lzip_index.h @@ -55,7 +55,7 @@ class Lzip_index void set_errno_error( const char * const msg ); void set_num_error( const char * const msg, unsigned long long num ); - bool skip_trailing_data( const int fd, long long & pos, + bool skip_trailing_data( const int fd, unsigned long long & pos, const bool ignore_trailing, const bool loose_trailing ); public: |