]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix mismerge that crept into r301289.
authorimp <imp@FreeBSD.org>
Mon, 3 Jun 2019 05:25:16 +0000 (05:25 +0000)
committerimp <imp@FreeBSD.org>
Mon, 3 Jun 2019 05:25:16 +0000 (05:25 +0000)
commita3ee27127eb2ef70a699ccf6a0848919242bb48f
tree8d7b5dfcf14b853d4675c6665605d9e6bbbbc64c
parent1be762f085122dea3878f3cf89a6be32b03be368
Fix mismerge that crept into r301289.

The conversion of 0 -> NULL required a rebase at some point, as noted
in r301289 when pfg commited it. In that rebase, three lines remained
that had been removed in a prior version of awk, and one of them had a
0 -> NULL change causing a conflict. The conflict should have been
resolved by removing the three lines, but wasn't. This introduces a
regression into f.split3 test which prior to this commit we were
failing, but a pure onetrueawk wasn't. Remove the offending 3 lines.
contrib/one-true-awk/run.c