src/config/rcxml.c: optionally write nodenames to buffer

This commit is contained in:
Johan Malm 2020-06-09 22:01:19 +01:00
parent bc51e0ad2f
commit 1f5d8c3812
4 changed files with 19 additions and 9 deletions

View file

@ -26,7 +26,6 @@ int main(int argc, char *argv[])
}
rcxml_init(&rc);
rcxml_set_verbose();
rcxml_read("data/rc.xml");
/* Wayland requires XDG_RUNTIME_DIR to be set */