On Sun, Mar 12, 2006 at 11:52:30PM +0200, Roumen Petrov wrote: > Kurt Roeckx wrote: > >Hi, > > > >I've attached a patch that fixed a warning about the arguments to > >a printf function. strlen() returns an size_t, so it should have > >the "z" modifier. > > Is the patch tested on windows ? > "z" modifier - I'm not sure that this is portable.
It should be supported by any C99 compiler. It wasn't part of C89. I can confirm that for instance Borland C++ Builder 6 does not support it. But it doesn't matter wether all platforms support this as far as I can see. I've added support to the BIO_*printf(), and used it in it. It shouldn't be a problem. Kurt ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
