Skip to content

Commit

Permalink
Update scarletbook_print.c
Browse files Browse the repository at this point in the history
  • Loading branch information
EuFlo authored Jun 30, 2024
1 parent a539eb8 commit 96084ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libsacd/scarletbook_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static void scarletbook_print_master_toc(scarletbook_handle_t *handle)
scarletbook_print_disc_text(handle);

fwprintf(stdout, L"\nAlbum Information:\n");
if (mtoc->disc_catalog_number[0] != '\0')
if (mtoc->album_catalog_number[0] != '\0')
{
strncpy(tmp_str, mtoc->album_catalog_number, 16);
tmp_str[16] = '\0';
Expand Down

0 comments on commit 96084ff

Please sign in to comment.