Remove debugging
Additionally increased the maximum size of the directory path to display by a whopping 3 characters. Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -215,7 +215,6 @@ out:
|
||||
|
||||
gfxExit();
|
||||
sdmcExit();
|
||||
puts("Return");
|
||||
return 0;
|
||||
|
||||
err:
|
||||
@@ -254,7 +253,7 @@ int listDir(int from, int max, int select)
|
||||
if(wd == NULL)
|
||||
goto err;
|
||||
|
||||
printf("Dir: %.30s\n", wd);
|
||||
printf("Dir: %.33s\n", wd);
|
||||
|
||||
if((dp = opendir(wd)) == NULL)
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user