mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Upgrade to Queued Buffering.
This commit is contained in:
@@ -176,7 +176,7 @@ void SettingsState::change_working_directory()
|
||||
if (exists)
|
||||
{
|
||||
moved = fs::move_directory_recursively(oldPath, newPath);
|
||||
error::fslib(fslib::delete_directory_recursively(oldPath))
|
||||
error::fslib(fslib::delete_directory_recursively(oldPath));
|
||||
}
|
||||
else { moved = fslib::rename_directory(oldPath, newPath); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user