SPRESENSE 89a79b03cf fs/smartfs: Fix file size corruption when opening with overwriting mode
If a existing file is opened with overwriting mode e.g. fopen(file, "w+"),
the file size will be incorrect after writing any data to the file.
This bug is caused by previous commit 10903b5, and its changes should be
limited to only O_APPEND mode.
2020-07-22 04:22:22 -05:00
..
2020-05-17 14:01:00 -03:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-06-30 13:09:58 -06:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-07-10 21:30:02 +01:00
2020-05-24 20:20:12 +01:00