We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe30e3 commit 1df13c4Copy full SHA for 1df13c4
src/logkeys.cc
@@ -311,7 +311,7 @@ void export_keymap_to_file()
311
char buffer[32];
312
int buflen = 0;
313
unsigned int index;
314
- for (unsigned int i = 0; i < sizeof(char_or_func); ++i) {
+ for (unsigned int i = 0; i < sizeof(char_or_func)-1; ++i) {
315
buflen = 0;
316
if (is_char_key(i)) {
317
index = to_char_keys_index(i);
0 commit comments