fix
This commit is contained in:
parent
2129af37ff
commit
f921861976
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ struct ppr_dirent* ppr_readdir(PPR_DIR* handle) {
|
|||
if(!dir->next) return NULL;
|
||||
|
||||
strcpy(dir->dirent.d_name, dir->ffd.cFileName);
|
||||
|
||||
dir->next = FindNextFile(dir->hFind, &dir->ffd);
|
||||
#else
|
||||
struct dirent* d;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue