Skip to content

Commit 5dc0dda

Browse files
Little oopsie.
1 parent f48e9e5 commit 5dc0dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cntbin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ bool cntbinConvertInstallableWadPackageToBackupPackage(const os_char_t *keys_fil
105105
printf("WAD package \"" OS_PRINT_STR "\" successfully unpacked.\n\n", wad_path);
106106

107107
/* Retrieve ticket common block, TMD common block and TMD contents. */
108-
tik_common_block = tikGetCommonBlockFromBuffer(ticket, ticket_size, NULL);
108+
//tik_common_block = tikGetCommonBlockFromBuffer(ticket, ticket_size, NULL);
109109
tmd_common_block = tmdGetCommonBlockFromBuffer(tmd, tmd_size, NULL);
110110
tmd_contents = TMD_CONTENTS(tmd_common_block);
111111
content_count = bswap_16(tmd_common_block->content_count);

0 commit comments

Comments
 (0)