mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-20 09:48:12 +02:00
Respect given outfile on box removal #55
This commit is contained in:
parent
022cdd17c8
commit
5a6df32738
@ -1058,7 +1058,7 @@ void output_input (const int trim_only)
|
||||
indent = 0;
|
||||
}
|
||||
|
||||
printf ("%s%s\n", indentspc, input.lines[j].text + indent);
|
||||
fprintf (opt.outfile, "%s%s\n", indentspc, input.lines[j].text + indent);
|
||||
BFREE (indentspc);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user