mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
7524677d4c
Fixes #1551 Apparently `feof` is only set when `fread(..., size, count, ...) < size * count` happends, however we actually have code that automatically adjust amount of bytes to read (and at "eof" it really happends to be 0) so fread is never able to set the EOF flag.