Merge "bionic: ftell() returns a long, not an int"
This commit is contained in:
commit
c0e464268d
@ -34,7 +34,7 @@ void pututline(struct utmp* utmp)
|
|||||||
{
|
{
|
||||||
FILE* f;
|
FILE* f;
|
||||||
struct utmp u;
|
struct utmp u;
|
||||||
int i;
|
long i;
|
||||||
|
|
||||||
if (!(f = fopen(_PATH_UTMP, "w+")))
|
if (!(f = fopen(_PATH_UTMP, "w+")))
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user