Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-16 Thread Peter Samuelson
> - moved_from_line = apr_psprintf(pool, "\n> %s %s", > - _("moved from"), relpath); > + moved_from_line = apr_psprintf(pool, > + apr_psprintf(pool, > + "\n

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Stefan Sperling
On Mon, Aug 15, 2011 at 07:18:18AM -0500, Hyrum K Wright wrote: > Do we do this other places in our code, or does this introduce a new pattern? We do this in lots of places. > It *does* introduce new "format not a string literal, argument types > not checked" warnings at compile-time. Those warn

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Hyrum K Wright
Do we do this other places in our code, or does this introduce a new pattern? It *does* introduce new "format not a string literal, argument types not checked" warnings at compile-time. -Hyrum On Sun, Aug 14, 2011 at 6:06 PM, wrote: > Author: arfrever > Date: Sun Aug 14 23:06:09 2011 > New Rev