Changeset 257

Show
Ignore:
Timestamp:
05/22/06 15:45:36 (6 years ago)
Author:
knok
Message:

Fixed more.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Search-Namazu/trunk/Search-Namazu/Namazu.xs

    r256 r257  
    7676            struct nmz_hitnumlist *hnlist = nmz_get_idx_hitnumlist(idxid); 
    7777            while (hnlist != NULL) { 
    78                   if (hnlist->stat == SUCCESS) { 
    79                      status = SUCCESS; 
    80                      break; 
    81                   } 
     78                  status = hnlist->stat; 
     79                  if (hnlist->stat == SUCCESS) 
     80                      return; 
    8281                  hnlist = hnlist->next; 
    8382            }