projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de8811
)
small fix.
author
c vw
<dl1ycf@darc.de>
Fri, 21 May 2021 18:04:17 +0000
(20:04 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 21 May 2021 18:04:17 +0000
(20:04 +0200)
midi_menu.c
patch
|
blob
|
history
diff --git
a/midi_menu.c
b/midi_menu.c
index 7a5c8f05bcb9da84c7a0760128793d8a10da7300..14c0783c7de55bd5dd2dda5e55d7791aead388d1 100644
(file)
--- a/
midi_menu.c
+++ b/
midi_menu.c
@@
-579,7
+579,7
@@
static void add_cb(GtkButton *widget,gpointer user_data) {
gint action;
gint onoff;
- if(str_type==NULL
|| str_action==NULL
) {
+ if(str_type==NULL) {
return;
}