From: c vw <dl1ycf@darc.de>
Date: Mon, 3 Feb 2020 18:55:10 +0000 (+0100)
Subject: fix
X-Git-Url: https://git.rkrishnan.org/pf/components/vdrive/frontends/%22file://%22%22?a=commitdiff_plain;h=6c39280a70f82437409c7291ae0d4ddff9244c4b;p=pihpsdr.git

fix
---

diff --git a/gpio.c b/gpio.c
index 70eb17b..4651f44 100644
--- 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);