Skip to content

Commit

Permalink
Update display/d.labels/do_labels.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Jul 15, 2024
1 parent cc486c0 commit 0c5bc87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion display/d.labels/do_labels.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ int do_labels(FILE *infile, int do_rotation)

snprintf(buff_fmt, sizeof(buff_fmt), "%%%ds", BUFFSIZE - 1);
snprintf(font_fmt, sizeof(font_fmt), "%%%ds", FONTSIZE - 1);
snprintf(word_fmt, sizeof(word_fmt), "%%%ds%%%ds", WORDSIZE - 1, WORDSIZE - 1);
snprintf(word_fmt, sizeof(word_fmt), "%%%ds%%%ds", WORDSIZE - 1,
WORDSIZE - 1);

initialize_options();

Expand Down

0 comments on commit 0c5bc87

Please sign in to comment.