bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #64311] Issue with wbindtextdomain


From: Bruno Haible
Subject: [bug #64311] Issue with wbindtextdomain
Date: Sat, 17 Jun 2023 07:19:40 -0400 (EDT)

Update of bug #64311 (project gettext):

                  Status:               Confirmed => Fixed                  

    _______________________________________________________

Follow-up Comment #2:

Thanks for the report. Fixed through
https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=40df836f7474dec73a1cd89e80977692d7f42dcb

Your patch is correct, but I took a different one for maintainability. It took
me an hour to understand what effects the change has:
1. When comparing an element with filename != NULL with an abs_wfilename !=
NULL, or vice versa when comparing an element with wfilename != NULL with an
abs_filename != NULL, compare was being set to 0. The correction is not
continue the loop.
2. The list was not being kept sorted. This had only a small performance
impact.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64311>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]