(rea): Portability fix.
This commit is contained in:
parent
3a060d6056
commit
ee6d72f3b8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ rea(void)
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
teles = 0;
|
teles = 0;
|
||||||
fseek(telfp, 0L, 0);
|
fseek(telfp, 0L, SEEK_SET);
|
||||||
size = fsize(fileno(telfp));
|
size = fsize(fileno(telfp));
|
||||||
more:
|
more:
|
||||||
lastdate = 0;
|
lastdate = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue