Fix some formats and conversion errors

This commit is contained in:
Rosen Penev
2016-11-30 15:02:26 -08:00
parent f5f17997b2
commit 4d09cc10fd
13 changed files with 39 additions and 40 deletions

View File

@@ -23,7 +23,6 @@
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE64_SOURCE
#define NOMINMAX 1

View File

@@ -673,7 +673,7 @@ typedef struct hash
typedef struct outfile_data
{
char *file_name;
long seek;
off_t seek;
time_t ctime;
} outfile_data_t;