diff --git a/plot.c b/plot.c index f0e5ed6..183f688 100644 --- a/plot.c +++ b/plot.c @@ -1550,7 +1550,7 @@ static void trace_print_value_string( // Only used at one place } #ifdef __LEVEL_METER__ #ifdef TINYSA4 - if (freq_text[0] == 0) strcpy(freq_text, &ptr2[3]); + if (freq_text[0] == 0) strcpy(freq_text, &ptr2[0]); #endif #endif const char *format;