diff options
Diffstat (limited to 'misc/iio-oscilloscope/files/patch-plugins_lidar.c')
-rw-r--r-- | misc/iio-oscilloscope/files/patch-plugins_lidar.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/iio-oscilloscope/files/patch-plugins_lidar.c b/misc/iio-oscilloscope/files/patch-plugins_lidar.c deleted file mode 100644 index e6bc058af0f6..000000000000 --- a/misc/iio-oscilloscope/files/patch-plugins_lidar.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/lidar.c.orig 2019-10-31 18:10:53 UTC -+++ plugins/lidar.c -@@ -112,7 +112,7 @@ static void auto_cfg_set_cb(void) - static void auto_cfg_button_changed_cb(GtkSpinButton *btn) - { - // Force the buttons value to have a valid permutation of (0, 1, 2, 3) -- int i, j, idx; -+ int i, j, idx = 0; - int old_val; - int crt_val = gtk_spin_button_get_value_as_int(btn); - |