mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-14 13:35:31 -05:00
Refactoring, fixes.
This commit is contained in:
@@ -88,7 +88,8 @@ void tasks::titleoptions::delete_all_remote_backups_for_title(sys::Task *task, T
|
||||
|
||||
remote::Item *workDir = remote->get_directory_by_name(remoteTitle);
|
||||
remote->change_directory(workDir);
|
||||
remote::Storage::DirectoryListing remoteListing = remote->get_directory_listing();
|
||||
remote::Storage::DirectoryListing remoteListing{};
|
||||
remote->get_directory_listing(remoteListing);
|
||||
|
||||
{
|
||||
const char *statusFormat = strings::get_by_name(strings::names::TITLEOPTION_STATUS, 0);
|
||||
|
||||
Reference in New Issue
Block a user