namazu-ml(avocado)


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

Re: Q. about mknmz



訂正です

Satoru Takabayashi <ccsatoru@xxxxxxxxxxxxxxxxxx> wrote:

>ということが発生してしまうのだと思います。先ほどの行を強引に
>
>    for (; $cnt <= $#words 
>	&& unsignedcmp($words[$cnt], $current_word) < 0 ; $cnt++) {

    for (; $cnt <= $#words 
	&& unsignedcmp($words[$cnt], $current_word) <= 0 ; $cnt++) {
                                                    ^^

ですね。

--
高林 哲 Satoru Takabayashi