mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: [STUDIO-2235] FlushFileBuffers on conf bak
Change-Id: I26ddf05c8b7105bb9226930e64a736cdc9be4e4f
This commit is contained in:
parent
97179d1378
commit
8747192715
2 changed files with 15 additions and 13 deletions
|
@ -897,6 +897,8 @@ CopyFileResult copy_file(const std::string &from, const std::string &to, std::st
|
|||
goto __finished;
|
||||
}
|
||||
|
||||
FlushFileBuffers(handledst);
|
||||
|
||||
__finished:
|
||||
if (src_wstr)
|
||||
delete[] src_wstr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue