In browser on oled, add '<' for readonly files
Also: - fix potential out by error/buffer overflow - code formatting cleanup - remove superfluous *.d64 filename check
This commit is contained in:
parent
5f723f4139
commit
62216afe2a
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ void FileBrowser::FolderChanged()
|
||||||
|
|
||||||
void FileBrowser::DisplayRoot()
|
void FileBrowser::DisplayRoot()
|
||||||
{
|
{
|
||||||
f_chdir("\\1541");
|
f_chdir("/1541");
|
||||||
FolderChanged();
|
FolderChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue