https://bugs.kde.org/show_bug.cgi?id=372681
Chusslove Illich <caslav.i...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/ki18 | |n/a7d5f88c144b51932859b9d3a | |74a21feca69fd10 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Chusslove Illich <caslav.i...@gmx.net> --- Git commit a7d5f88c144b51932859b9d3a74a21feca69fd10 by Chusslove Illich (Часлав Илић). Committed on 20/11/2016 at 22:31. Pushed by ilic into branch 'master'. Check properly pointer inequality from dngettext If original and translation are same, dngettext will return the original pointer, which is generally fine, except in the corner cases where e.g. msgstr[1] is same as msgid. Therefore check for pointer difference only with msgid or only with msgid_plural, and not with both. M +7 -2 src/kcatalog.cpp http://commits.kde.org/ki18n/a7d5f88c144b51932859b9d3a74a21feca69fd10 -- You are receiving this mail because: You are watching all bug changes.