Respect given outfile on box removal #55

This commit is contained in:
Thomas Jensen 2019-02-14 22:03:23 +01:00
parent 022cdd17c8
commit 5a6df32738
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -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);
}
}