Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: openpgpsdk build errors on i386
> > 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...)
- Håvard
Home |
Main Index |
Thread Index |
Old Index