]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fix
authorc vw <dl1ycf@darc.de>
Mon, 3 Feb 2020 18:55:10 +0000 (19:55 +0100)
committerc vw <dl1ycf@darc.de>
Mon, 3 Feb 2020 18:55:10 +0000 (19:55 +0100)
gpio.c

diff --git a/gpio.c b/gpio.c
index 70eb17b70a4df805e3a810a5ce20134df26da501..4651f449f35d21f4bb0749bbf443aa11d331bd46 100644 (file)
--- a/gpio.c
+++ b/gpio.c
@@ -1038,6 +1038,7 @@ g_print("controller=%d e2_encoder_action: %d\n",ctrlr,e2_encoder_action);
 
 void gpio_restore_actions() {
   char* value;
+  char name[80];
   int i;
 
 g_print("gpio_restore_actions: controller=%d\n",controller);