1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed wrong return value in FileIO::size()

Fixes #2203
This commit is contained in:
Cristian Maglie
2014-07-24 12:19:13 +02:00
parent fa72cb764c
commit 8131af93dd
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
ARDUINO 1.5.8 BETA - not yet release
[libraries]
* FileIO bridge: fixed wrong return value in File::size() for size >32768
ARDUINO 1.5.7 BETA - 2014.07.07
[core]