mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
More red fixes
Change-Id: If22cdb286edac47b08b158bee6910ba7a539b041
This commit is contained in:
parent
520875ff00
commit
1528b44349
5 changed files with 8 additions and 10 deletions
|
|
@ -691,7 +691,7 @@ struct sim_dirent * sim_readdir(DIR *dirp)
|
|||
|
||||
if (readdir_volume(dirstr, entry))
|
||||
return entry;
|
||||
|
||||
|
||||
OS_DIRENT_T *osdirent = os_readdir(dirstr->osdirp);
|
||||
if (!osdirent)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue