[ctrtool] Fixes issue #60

This commit is contained in:
jakcron
2018-01-12 21:00:53 +08:00
parent bbd9a90d8a
commit acb110323e
3 changed files with 96 additions and 10 deletions
+1 -1
View File
@@ -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);