Files
love/src/modules/filesystem
Miku AuahDark 7524677d4c Don't use feof to check for end-of-file in DroppedFile.
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.
2020-12-31 10:32:05 +08:00
..
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00
2020-01-03 22:40:36 -04:00