Correct cleaning string and remove unused vars
This commit is contained in:
parent
89dab444c4
commit
fec708489a
32 changed files with 38 additions and 48 deletions
|
@ -911,7 +911,7 @@ namespace MainWindow {
|
|||
if (lastSlash) {
|
||||
fn = lastSlash + 1;
|
||||
} else {
|
||||
fn = "";
|
||||
fn.clear();
|
||||
}
|
||||
|
||||
PSPFileInfo info = pspFileSystem.GetFileInfo(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue