Package: ki18n / 5.28.0-2

Metadata

Package Version Patches format
ki18n 5.28.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Check properly pointer inequality from dngettext.patch | (download)

src/kcatalog.cpp | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 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.