Skip to content
Snippets Groups Projects
Commit 8c73ac0d authored by deuce's avatar deuce
Browse files

64-bit

parent 73e5a51a
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ BOOL upgrade_stats(void)
char outpath[MAX_PATH+1];
BOOL success;
ulong count;
time_t t;
time32_t t;
stats_t stats;
FILE* in;
FILE* out;
......@@ -395,7 +395,7 @@ BOOL upgrade_event_data(void)
FILE* in;
FILE* out;
size_t i;
time_t t;
time32_t t;
str_list_t list;
printf("Upgrading event data...\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment