mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Renamed File:eof to File:isEOF (closes issue #683.)
This commit is contained in:
@@ -157,7 +157,7 @@ bool DroppedFile::flush()
|
||||
return fflush(file) == 0;
|
||||
}
|
||||
|
||||
bool DroppedFile::eof()
|
||||
bool DroppedFile::isEOF()
|
||||
{
|
||||
return file == nullptr || feof(file) != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user