This commit is contained in:
Nishi 2026-04-16 14:36:28 +09:00
commit a0c056ef61
3 changed files with 19 additions and 19 deletions

View file

@ -50,9 +50,9 @@ int main(int argc, char** argv) {
for(i = 1; i < argc; i++) {
xemil_t* h = xl_open_file(argv[i]);
h->param.new_text = 1;
h->param.do_xinclude = 1;
if(h != NULL) {
h->param.new_text = 1;
h->param.do_xinclude = 1;
printf("%s:\n", argv[i]);
if(xl_parse(h)) {
xl_node_t** r;