On Wed, 16 Mar 2005 12:26 am, Michael Stefaniuc wrote: > Robert Lunnon wrote: > > The following problem is evident under solaris NULL pointer passed to > > printf I'm not sure if this is a poblem with the spec file or > > winebuild.... Still it's not good to pass NULL pointers to printf > > Afaik on Linux a NULL string will be printed as "(nil)"
Ah yes, but the C standard says the behaviour is undefined thus it should not be done.
