s...@apache.org wrote:
Author: stsp Date: Tue Nov 24 23:03:26 2009 New Revision: 883916URL: http://svn.apache.org/viewvc?rev=883916&view=rev Log: Replace use of sprintf() with snprintf() everywhere expect within #ifdef WIN32 since I can't test that. In all these cases, sprintf() was used correctly, but my compiler doesn't know that and prints warnings anyway.
Why not use apr_snprintf()? Blair