Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.sbin/makefs
David Young <dyoung%netbsd.org@localhost> writes:
> Module Name: src
> Committed By: dyoung
> Date: Sun Sep 11 22:03:48 UTC 2005
>
> Modified Files:
> src/usr.sbin/makefs: cd9660.c
>
> Log Message:
> Cosmetic: change to a standard idiom, *(x++) --> *x++.
I think that makes things LESS clear. People don't always remember
precedence and I avoid *x++ in my own code for that reason.
> Flag some places needing bounds-checking with XXX.
You should note that in TODO.nits :)
Perry
Home |
Main Index |
Thread Index |
Old Index