Skip to content

Commit

Permalink
Fix constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 9, 2024
1 parent a5187b5 commit b900594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/plan/spend_plan.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ parser_error_t spend_getItem(const parser_context_t *ctx, const spend_plan_t *sp
}


char bufferUI[OUTPUT_DISPLAY_MAX_LEN] = {0};
char bufferUI[SPEND_DISPLAY_MAX_LEN] = {0};
if (displayIdx == 0) {
snprintf(outKey, outKeyLen, "Action");
CHECK_ERROR(spend_printValue(ctx, spend, bufferUI, sizeof(bufferUI)));
Expand Down

0 comments on commit b900594

Please sign in to comment.