On Fri, 18 Oct 2013, Christos Zoulas wrote:
The result from strlen() has type size_t, so print it with "%zd" format. %zu is correct.
The result from strlen() has type size_t, so print it with "%zd" format.
%zu is correct.
Fixed, thanks.