Page MenuHomeFreeBSD

Alternate solution to D10462
ClosedPublic

Authored by dim on Apr 24 2017, 7:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 27, 2:31 PM
Unknown Object (File)
Thu, Jun 13, 7:39 AM
Unknown Object (File)
May 25 2024, 9:35 PM
Unknown Object (File)
May 2 2024, 11:27 AM
Unknown Object (File)
May 1 2024, 3:45 PM
Unknown Object (File)
Apr 19 2024, 2:28 PM
Unknown Object (File)
Jan 21 2024, 5:05 AM
Unknown Object (File)
Jan 6 2024, 8:16 AM
Subscribers

Details

Summary

In D10462, I swapped the test around to get rid of gcc 4.2's warning
about usr.bin/diff/diffreg.c. However, @brooks noted similarly to
what I said there, that re-using i is pretty confusing.

So here's another approach: store the return value from fetch() in a
dedicated variable f, and initialize it to zero before the if.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable