(rea): Portability fix.

This commit is contained in:
Markus Armbruster 2005-06-12 05:25:28 +00:00
parent 3a060d6056
commit ee6d72f3b8

View file

@ -111,7 +111,7 @@ rea(void)
return RET_FAIL;
}
teles = 0;
fseek(telfp, 0L, 0);
fseek(telfp, 0L, SEEK_SET);
size = fsize(fileno(telfp));
more:
lastdate = 0;