This commit is contained in:
Nishi 2026-03-02 04:00:46 +09:00
commit 515032d92a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 87 additions and 58 deletions

View file

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