[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: library/732: printf bug?
The following reply was made to PR library/732; it has been noted by GNATS.
From: James Ponder <james@oaktree.co.uk>
To: gnats@openbsd.org
Cc: Subject: Re: library/732: printf bug?
Date: Sat, 27 Feb 1999 00:15:05 +0000
> printf doesn't like me, the code given below is a simplication
> of what I was trying to do in a program.
I must apologise - I'm lazy. Now that I've bothered to look at the
problem I can see that it's impossible to fix. I think that so that
others don't make the same mistake I made it would be nice to have it
documented in the man page that you must 'declare' all parameters when
you're using a positional argument, even if you put %1$0.0f so they don't
appear.
Best wishes, James