Skip to content

Commit

Permalink
fix(cli): fix warning in hicolor_print_info
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 5, 2021
1 parent 18d216c commit 793dc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ bool hicolor_print_info(
goto clean_up_file;
}

uint8_t vch;
uint8_t vch = '\0';
res = hicolor_version_to_char(meta.version, &vch);
if (check_and_report_error("can't decode version", res)) {
goto clean_up_file;
Expand Down

0 comments on commit 793dc7d

Please sign in to comment.