Refactoring, fixes.

This commit is contained in:
J-D-K
2025-08-06 19:35:23 -04:00
parent 211f55fdaf
commit 884f1a36f9
97 changed files with 3070 additions and 2186 deletions

View File

@@ -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);