Skip to content

Commit cd0d334

Browse files
authored
Merge pull request #60 from israpps/patch-5
change printf´s on apa header injection
2 parents d024278 + aa9251a commit cd0d334

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hdl.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ int hdd_inject_header(hio_t *hio,
571571
set_u32(buffer_4m + 0x001018, 0x0400);
572572
set_u32(buffer_4m + 0x00101C, strlen(icon_props));
573573
memcpy(buffer_4m + 0x001400, icon_props, strlen(icon_props));
574-
fprintf(stdout, "Succesfully converted icon.sys into HDD format\n");
574+
fprintf(stdout, "Succesfully converted memory card icon.sys into HDD format\n");
575575
} else {
576576
fprintf(stdout, "Skipped icon.sys\n");
577577
}
@@ -631,8 +631,6 @@ int hdd_inject_header(hio_t *hio,
631631
*
632632
* read kelf or elf
633633
*/
634-
635-
fprintf(stdout, "Skipped boot.kelf. Trying to inject boot.elf\n");
636634
osal_free(patinfo);
637635

638636
result = read_file("./boot.elf", &patinfo, &patinfo_length);

0 commit comments

Comments
 (0)