Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: openpgpsdk build errors on i386
On Sun, Jan 25, 2009 at 02:29:04PM +0100, Havard Eidnes wrote:
> > > there are two compile errors for openpgpsdk on i386, while building the
> > > debug version.
> > >
> > > Hmm, I haven't followed what has to be used to print a size_t these
> > > days. Is it a %zd (I haven't tested it yet)?
> >
> > Yes, %zd is correct for printing size_t, ref. printf(3).
>
> Correction, correction, as Matt Thomas pointed out to me, the
> correct format is %zu, since size_t is unsigned.
>
> (Proceeding to fix my goof-up...)
Ah, the unsigned part. Thank you, I commited the fix.
Bernd
Home |
Main Index |
Thread Index |
Old Index