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

Re: Bug#53981: language-chooser



I forgot to correct the comment.

In <[🔎] 20000115142009K.xlj06203@xlj06203.nifty.ne.jp>,
 at Date: Sat, 15 Jan 2000 14:20:09 +0900,
  on Subject: Re: Bug#53981: language-chooser,
   Taketoshi Sano <kgh12351@nifty.ne.jp> writes:

> +  /* Now, array messages[] has all the Reference strings,
> +   * and array len_msgs[] has all the length of strings in
> +   * messages[]. We use these to find the translated
> +   * messages using descOrig and descTrans and binary search
> +   * in the sorted array of messages.
> +   */

This have to be corrected to:

+  /* Now, array messages[] has all the Reference strings.
+   * We use it to find the translated messages using 
+   * domain->orig_tab and domain->trans_tab based on
+   * binary search in the sorted array of messages.
+   */

I tried to use array len_msgs[] at first, but I found later
it is not required, so I removed this array, then I forgot
to update this comment,,,

-- 
  Taketoshi Sano: <sano@debian.org>,<sano@debian.or.jp>,<kgh12351@nifty.ne.jp>


Reply to: