Peter N. Lundblad wrote:
>>Index: Makefile.in
>>===================================================================
>>--- Makefile.in (revision 16034)
>>+++ Makefile.in (working copy)
>>@@ -273,6 +273,19 @@
>> -name "*.c" -print -or \
>> -name "svn_error_codes.h" -print | \
>> $(XGETTEXT) --sort-by-file -k_ -kN_ -kSVN_ERRDEF:3 \
>>+ --flag=_:1:pass-c-format \
>>+ --flag=svn_cmdline_printf:2:c-format \
>>+ --flag=svn_cmdline_fprintf:3:c-format \
>>+ --flag=svn_error_createf:3:c-format \
>>+ --flag=svn_error_wrap_apr:2:c-format \
>>+ --flag=svn_stream_printf:3:c-format \
>>+ --flag=svn_stream_printf_from_utf8:4:c-format \
>>+ --flag=svn_string_createf:2:c-format \
>>+ --flag=svn_string_createv:2:c-format \
>>+ --flag=svn_stringbuf_createf:2:c-format \
>>+ --flag=svn_stringbuf_createv:2:c-format \
>>+ --flag=dav_svn__send_xml:3:c-format \
>
> Is this necessary?
What, that last line? Oops, no, that function does not use localisable
messages. Lose that one.
> For some reason, this patch didn't apply cleanly to trunk, but I'm +0.
The spacing in the patch has got corrupted: the lines should begin with a tab
character. That would explain it not applying cleanly.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 4 21:59:37 2005