64 bit compatibility, thank you gcc.

This commit is contained in:
Enno Rehling 2015-10-29 11:32:04 +01:00
parent 4f25831407
commit 8b6da79984
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ int config_read(const char *filename, const char * relpath)
F = fopen(filename, "rt");
}
if (F) {
int result;
long result;
char *data;
fseek(F, 0, SEEK_END);