Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug Report: gettext 0.17 can't extract both branches of a conditional expression for translation.

0 views
Skip to first unread message

Shujing Zhao

unread,
Nov 15, 2009, 9:38:44 PM11/15/09
to bug-gnu...@gnu.org
Hi,
When gettext 0.17 extract the following .c code for translation at
Linux, it can only extract the first branch.

error (funcdef_flag
? "%qs defined in a non-class scope"
: "%qs declared in a non-class scope", name);


But an old version gettext 0.14.6 can extract both branches. I think it
is a bug of 0.17.

Thanks
Pearly

0 new messages