From: Ramakrishnan Muthukrishnan Date: Sun, 2 Jan 2022 14:14:34 +0000 (+0530) Subject: vfo display: another bug fix X-Git-Url: https://git.rkrishnan.org/%5B/listings/flags/status?a=commitdiff_plain;h=99ad2b2c9ac88b1a784edc964ea479286998c00a;p=pihpsdr.git vfo display: another bug fix --- diff --git a/vfo.c b/vfo.c index 8cb833e..2c80ece 100644 --- a/vfo.c +++ b/vfo.c @@ -928,7 +928,7 @@ char **draw_vfo_val(char *vfo_str, int step) { s2[0] = vfo_str[l - step_index - 1]; - for (int i = 0; i < step; i++) { + for (int i = 0; i < step_index; i++) { s3[i] = vfo_str[l - step_index + i]; }