[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [patch] l10n crashes

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-09-03 23:42:18 CEST

"Max Bowsher" <maxb@ukf.net> writes:

> --- 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 \
> + --flag=svn_fs_bdb__dberrf:3:c-format \
> --msgid-bugs-address=dev@subversion.tigris.org \
> --add-comments --files-from=- -o po/subversion.pot )

It looks like that's just the extern names, there are two static
names as well:

libsvn_ra_svn/marshal.c:writebuf_printf()
libsvn_client/diff.c:file_printf_from_utf8()

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 3 23:43:06 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.