forked from github/server
64 bit compatibility, thank you gcc.
This commit is contained in:
parent
4f25831407
commit
8b6da79984
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue