Fix some formats and conversion errors
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
#define NOMINMAX 1
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user