2 Aug 2011 17:52
Re: [Bug report] No matter how the options(-x, -o, -d) are specified, the result is the same.
Shigio YAMAGUCHI wrote:
> Though I might be misunderstanding about it, I might have found a bug.
>
> 1. Situation of the trouble
> ---------------------------
>
> No matter how the options(-x,-o,-d) are specified, the result is the same.
>
> % lid 0xff
> 0377 libglibc/regex.c
> 0xFF libglibc/regex.c
> 0xff htags/defineindex.c libdb/{bt_split,mpool}.c
> 255 libdb/compat.h global/global.c gtags/gtags.c
> % lid -x 0xff
> 0377 libglibc/regex.c
> 0xFF libglibc/regex.c
> 0xff htags/defineindex.c libdb/{bt_split,mpool}.c
> 255 libdb/compat.h global/global.c gtags/gtags.c
> % lid -o 0xff
> 0377 libglibc/regex.c
> 0xFF libglibc/regex.c
> 0xff htags/defineindex.c libdb/{bt_split,mpool}.c
> 255 libdb/compat.h global/global.c gtags/gtags.c
> % lid -d 0xff
> 0377 libglibc/regex.c
> 0xFF libglibc/regex.c
> 0xff htags/defineindex.c libdb/{bt_split,mpool}.c
> 255 libdb/compat.h global/global.c gtags/gtags.c
Thank you for the patch. That is indeed a bug.
(Continue reading)
RSS Feed