Fix type - dedup - deduplicating backup program
(HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit b1fd149a54efd7fe0d3bf4dcd5b3c48467d4434f
(DIR) parent 742ebd2af9a3c9215afc63c276db4e9e1ba0e73c
(HTM) Author: sin <sin@2f30.org>
Date: Tue, 19 Feb 2019 09:56:28 +0000
Fix type
Diffstat:
M dedup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dedup.c b/dedup.c
@@ -228,7 +228,7 @@ str2bin(char *s, uint8_t *d)
off_t
xlseek(int fd, off_t offset, int whence)
{
- int ret;
+ off_t ret;
ret = lseek(fd, offset, whence);
if (ret < 0)