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

Re: Broken translation strings since r28979

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Wed, 23 Jan 2008 18:06:50 +0100

2008-01-23, Fabien COELHO <fabien_at_coelho.net> napisaƂ(a):
>
> 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.

Yes. See r28692.

--
Arfrever Frehtes Taifersar Arahesis
Received on 2008-01-23 18:07:04 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.