Skip to content

Commit

Permalink
No need to specify strlen here
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Nov 11, 2023
1 parent 5f0a96c commit f804699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avrpart.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ void avr_mem_display(const char *prefix, FILE *f, const AVRMEM *m,
static unsigned int prev_mem_offset;
static int prev_mem_size;
const char *table_padding = "-------------------------------";
static int m_desc_digits_max = strlen("Memory");
static int m_desc_digits_max;
static int m_size_digits_max;
static int m_offset_digits_max;

Expand Down

0 comments on commit f804699

Please sign in to comment.