> - moved_from_line = apr_psprintf(pool, "\n> %s %s",
> - _("moved from"), relpath);
> + moved_from_line = apr_psprintf(pool,
> + apr_psprintf(pool,
> + "\n
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
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
3 matches
Mail list logo