0fbec82b2e
- Add LICENSE - Support staging PR: ports/184820 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
372 B
C
11 lines
372 B
C
--- out.c.orig
|
|
+++ out.c
|
|
@@ -1194,7 +1194,7 @@
|
|
" seconds, %ld tries on line %d [251]", alts, outf_lnum);
|
|
note(outbuf);
|
|
} else if (verbose) {
|
|
- fprintf(logf, "%s, %d/%d: Line breaker spent %ld tries\n",
|
|
+ fprintf(p2c_logf, "%s, %d/%d: Line breaker spent %ld tries\n",
|
|
infname, inf_lnum, outf_lnum, alts);
|
|
}
|
|
if (testinglinebreaker)
|