Changeset 27986


Ignore:
Timestamp:
03/28/14 00:46:35 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/channellist.h

    r27984 r27986  
    13961396                        while(tmpaktlist != NULL)
    13971397                        {
    1398                                 if(rcret == getrcconfigint("rcff", NULL) || (rcret == getrcconfigint("rcprev", NULL))
     1398                                if(rcret == getrcconfigint("rcff", NULL) || rcret == getrcconfigint("rcprev", NULL))
    13991399                                {
    14001400                                        tmpaktlist = tmpaktlist->next;
     
    14051405                                        }
    14061406                                }
    1407                                 else if(rcret == getrcconfigint("rcfr", NULL) || (rcret == getrcconfigint("rclast", NULL))
     1407                                else if(rcret == getrcconfigint("rcfr", NULL) || rcret == getrcconfigint("rclast", NULL))
    14081408                                {
    14091409                                        tmpaktlist = tmpaktlist->prev;
Note: See TracChangeset for help on using the changeset viewer.