From d05ba8ba425e48f0f82e262397da01a97a7332b8 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 9 Mar 2021 18:45:05 +0100 Subject: [PATCH] typo --- receiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver.c b/receiver.c index 6774dfc..932329e 100644 --- a/receiver.c +++ b/receiver.c @@ -168,7 +168,7 @@ gboolean receiver_motion_notify_event(GtkWidget *widget, GdkEventMotion *event, // int moved=x-last_x; if (moved) { - if (has_moved || move < -1 || move > 1) { + if (has_moved || moved < -1 || moved > 1) { vfo_move((long long)((float)moved*rx->hz_per_pixel),FALSE); last_x=x; has_moved=TRUE; -- 2.45.2