Fix File:getSize crashing for a non-existent file

This commit is contained in:
Bart van Strien
2011-08-06 14:44:49 +02:00
parent 0d1da828b6
commit fdc56e7e73
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ LOVE 0.8.0 [Rubber Piggy]
* Fixed love.filesystem.lines() leaking.
* Fixed Source controls inconsistencies.
* Fixed most leaking on unclosed File objects.
* Fixed crash when File:getSize() was called on a non-existent file.
* Renamed SpriteBatch's lock/unlock to bind/unbind.