In article <[email protected]>, Alan Barrett <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: xsrc >Committed By: apb >Date: Fri Oct 18 16:31:40 UTC 2013 > >Modified Files: > xsrc/external/mit/xdm/dist/xdm: xdmauth.c > >Log Message: >The result from strlen() has type size_t, so print it with "%zd" format.
%zu is correct. christos
