Correct cleaning string and remove unused vars

This commit is contained in:
lainon 2022-09-30 12:26:30 +03:00
parent 89dab444c4
commit fec708489a
32 changed files with 38 additions and 48 deletions

View file

@ -911,7 +911,7 @@ namespace MainWindow {
if (lastSlash) {
fn = lastSlash + 1;
} else {
fn = "";
fn.clear();
}
PSPFileInfo info = pspFileSystem.GetFileInfo(filename);