Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Nov 28, 2024
1 parent ac311a1 commit b72988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/substrate/substrate_types.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ parser_error_t _toStringPercent(
uint8_t pageIdx,
uint8_t* pageCount)
{
char bufferUI[50];
char bufferUI[51];
char bufferRatio[50];

uint64_to_str(bufferRatio, sizeof(bufferRatio), v->value);
Expand Down

0 comments on commit b72988f

Please sign in to comment.