mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-09 07:14:14 +08:00
修正编译警告的代码
This commit is contained in:
parent
e0bed6cf67
commit
7a91cb1281
@ -77,7 +77,7 @@ static Result scanDir(const char *const path, DirList *const dList, const char *
|
|||||||
|
|
||||||
Result res;
|
Result res;
|
||||||
DHandle dh;
|
DHandle dh;
|
||||||
u32 received;
|
u32 received = 0;
|
||||||
if((res = fOpenDir(&dh, path)) == RES_OK)
|
if((res = fOpenDir(&dh, path)) == RES_OK)
|
||||||
{
|
{
|
||||||
u32 read; // Number of entries read by fReadDir().
|
u32 read; // Number of entries read by fReadDir().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user