Changeset 24001


Ignore:
Timestamp:
09/29/13 22:33:17 (9 years ago)
Author:
nit
Message:

[titan] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgsearch.h

    r23993 r24001  
    5959                        }
    6060                       
    61                         if(result == NULL && count == 0 && search1 != NULL && ostrcmp(search, search1) != 0)
     61                        if(result == NULL && count == 0 && search1 != NULL)
    6262                        {
    6363                                count = 1;
    64                                 search = search1;
    65                                 goto start;
     64                                if(ostrcmp(search, search1) != 0)
     65                                {
     66                                        search = search1;
     67                                        goto start;
     68                                }
    6669                        }
    6770                       
Note: See TracChangeset for help on using the changeset viewer.