diff options
Diffstat (limited to 'apps/core_keymap.c')
-rw-r--r-- | apps/core_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/core_keymap.c b/apps/core_keymap.c index 9d54fcffac..966f32057a 100644 --- a/apps/core_keymap.c +++ b/apps/core_keymap.c @@ -77,7 +77,7 @@ int core_load_key_remap(const char *filename) return -1; size_t bufsize = count * sizeof(struct button_mapping); - int handle = core_alloc("keyremap", bufsize); + int handle = core_alloc(bufsize); if (handle > 0) { core_pin(handle); |