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

Broken translation strings since r28979

From: Fabien COELHO <fabien_at_coelho.net>
Date: Wed, 23 Jan 2008 17:06:02 +0100 (CET)

Since r28979 several strings are broken in
subversion/libsvn_fs_base/dag.c, e.g.

     _("Invalid value (%" APR_INT64_T_FMT ") for "
       "node revision mergeinfo count")

a #define such as the format cannot be used in in a _() because the
derivation script does not know how to interpret it, and moreover it is
not a constant and may differ from one implementation to another.

Maybe it should allocate a temporary string with the integer and use a
constant "%s" format.

-- 
Fabien.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-23 17:06:21 CET

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.