]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix mismerge that crept into r301289.
authorWarner Losh <imp@FreeBSD.org>
Mon, 3 Jun 2019 05:25:16 +0000 (05:25 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 10 Jul 2021 17:11:15 +0000 (11:11 -0600)
commit0ca88d56418731b16dd81d096bdbf3b88de90b68
tree262ede4f1ed96fa3a1735af3dedf8728980a013d
parent086165376b029983658816a16a44e5ec0b4f0363
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.

(cherry picked from commit 31d232c2a3c18fb05e5b2f1ec42872708cbfd27e)
contrib/one-true-awk/run.c