mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
[ctrtool] Fixes issue #60
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ void exefs_print(exefs_context* ctx)
|
||||
u32 sectsize;
|
||||
|
||||
fprintf(stdout, "\nExeFS:\n");
|
||||
for(i=0; i<8; i++)
|
||||
for(i=0; i<EXEFS_SECTION_NUM; i++)
|
||||
{
|
||||
exefs_sectionheader* section = (exefs_sectionheader*)(ctx->header.section + i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user