Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/stand/misc



On Mon, Apr 14, 2003 at 12:58:33PM -0400, Nathan J. Williams wrote:
> David Laight <dsl%netbsd.org@localhost> writes:
> 
> > Log Message:
> > fix PR 21171
> 
> Please explain what you changed. Citing the PR is not sufficient.

Ok will do in the future...

That change just stops isupper() being called with a -ve arg.
By changing the code to dev = (string[0] -'A') & 0xf
That code is a very simple dos (I think) program that has just
asked the use for a dos disk name...

I suspect the object is in the source tree as well as the source!

        David

-- 
David Laight: david%l8s.co.uk@localhost



Home | Main Index | Thread Index | Old Index