notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c2251
)
fix for config reading of key mappings
author
kub
<derkub@gmail.com>
Tue, 27 Oct 2020 17:08:57 +0000
(18:08 +0100)
committer
kub
<derkub@gmail.com>
Tue, 27 Oct 2020 17:08:57 +0000
(18:08 +0100)
platform/common/config_file.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/config_file.c
b/platform/common/config_file.c
index
09248fb
..
0271fe4
100644
(file)
--- a/
platform/common/config_file.c
+++ b/
platform/common/config_file.c
@@
-427,6
+427,7
@@
static void keys_parse_all(FILE *f)
mystrip(var + 5);
in_config_bind_key(dev_id, var + 5, acts, type);
}
+ in_clean_binds();
}
static void parse(const char *var, const char *val, int *keys_encountered)