src/rcxml.c: parse <keybind>

This commit is contained in:
Johan Malm 2020-06-19 22:00:22 +01:00
parent f6578248c0
commit 158f42d1e8
11 changed files with 108 additions and 50 deletions

View file

@ -27,7 +27,6 @@ int main(int argc, char **argv)
exit(1);
write(fd, src, sizeof(src) - 1);
rcxml_init();
rcxml_read(template);
unlink(template);