mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-22 13:01:00 -05:00
Change file recording behavior to create new file instead of appending.
This commit is contained in:
parent
f38fca168e
commit
e4b86d149c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
msg_t run() {
|
msg_t run() {
|
||||||
if( !file.open_for_append(file_path) ) {
|
if( !file.open_for_writing(file_path) ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue