X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FCLIShell_src%2Fmain.c;h=24889faf52f3eb7ce907088bab7ba2886dee61b3;hb=808a29b42448b1229e07933050aa2b4cbe1fc923;hp=7abed27f751211b448681c134db24ce0c73e708e;hpb=03a1d7f5361cd95b435f5f5cb434a7d8e3e6aeb9;p=tpg%2Facess2.git diff --git a/Usermode/Applications/CLIShell_src/main.c b/Usermode/Applications/CLIShell_src/main.c index 7abed27f..24889faf 100644 --- a/Usermode/Applications/CLIShell_src/main.c +++ b/Usermode/Applications/CLIShell_src/main.c @@ -352,7 +352,7 @@ void Command_Dir(int argc, char **argv) fileName = (char*)(tmpPath+dirLen); // Read Directory Content - while( (fp = readdir(dp, fileName)) ) + while( (fp = SysReadDir(dp, fileName)) ) { if(fp < 0) {