Skip to content
Snippets Groups Projects
Commit 3ac64c5d authored by deuce's avatar deuce
Browse files

64-bit file_t

(Does datoffset need to be signed?)
parent 6f8c7921
Branches
Tags
No related merge requests found
......@@ -951,17 +951,17 @@ typedef struct { /* File (transfers) Data */
desc[LEN_FDESC+1], /* Uploader's Description */
uler[LEN_ALIAS+1]; /* User who uploaded */
uchar opencount; /* Times record is currently open */
time_t date, /* File date/time */
time32_t date, /* File date/time */
dateuled, /* Date/Time (Unix) Uploaded */
datedled; /* Date/Time (Unix) Last downloaded */
ushort dir, /* Directory file is in */
uint16_t dir, /* Directory file is in */
altpath,
timesdled, /* Total times downloaded */
timetodl; /* How long transfer time */
long datoffset, /* Offset into .DAT file */
int32_t datoffset, /* Offset into .DAT file */
size, /* Size of file */
misc; /* Miscellaneous bits */
ulong cdt; /* Credit value for this file */
uint32_t cdt; /* Credit value for this file */
} file_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment