Browse: Some directories werent show as directories. fixed
This commit is contained in:
parent
550677cc93
commit
52a74a6f5c
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ void FileBrowser::RefreshFolderEntries()
|
|||
f_closedir(&dir);
|
||||
|
||||
strcpy(entry.filImage.fname, "..");
|
||||
entry.filImage.fattrib |= AM_DIR;
|
||||
entry.filIcon.fname[0] = 0;
|
||||
folder.entries.push_back(entry);
|
||||
|
||||
|
|
Loading…
Reference in a new issue