Drop superfluous fseek() from rea()
This commit is contained in:
parent
6d98cd3134
commit
0b2b51bbcb
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ rea(void)
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
teles = 0;
|
teles = 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