OSDN Git Service

[UI] Fix not memory when changing frequency.
[openi2cradio/OpenI2CRadio.git] / ui.c
diff --git a/ui.c b/ui.c
index 5d973c8..918f3b2 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -191,7 +191,7 @@ unsigned int read_numeric(unsigned int initial, unsigned char digit,
         _LOCATE(startx, starty);
         print_numeric_nosupress(val, digit);
        ClrWdt();
-        _LOCATE(startx + d - i, starty);
+        _LOCATE(startx + d -  i, starty);
        _CURSOR_ON();
 
        do {