Subject: Re: CVS commit: src/usr.sbin/makefs
To: None <dyoung@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 09/11/2005 18:50:17
David Young <dyoung@netbsd.org> 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