Posted on Thu, 27 Jul 2006 13:53:35 +0900 (JST) by author UEMURA (fka. MAENAKA) Tetsuya <[EMAIL PROTECTED]> > First, the test if(msgflags) on line 132 in sort.c is inappropriate > because msgflags is now always initialized by memset() so that it must > be a valid pointer and therefore the test always succeeded.
I'd misunderstood that, msgflags is *NOT* always initialized so that if(msgflags) is still necessary. Revised patch attached. -- UEMURA (fka. MAENAKA) Tetsuya <[EMAIL PROTECTED]>
patch-sort.c
Description: Binary data
