chvp / NanoLedger

Ledger (plain text accounting) data entry app for Android
MIT License
61 stars 5 forks source link

Make sure to always truncate the file when writing #200

Closed chvp closed 1 month ago

chvp commented 1 month ago

The append action fully rewrites the file, so we should open in truncate mode in this case as well.

Fixes #197.