Merge "bionic: ftell() returns a long, not an int"
This commit is contained in:
commit
c0e464268d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void pututline(struct utmp* utmp)
|
|||
{
|
||||
FILE* f;
|
||||
struct utmp u;
|
||||
int i;
|
||||
long i;
|
||||
|
||||
if (!(f = fopen(_PATH_UTMP, "w+")))
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue