Changeset 34844


Ignore:
Timestamp:
07/17/15 13:07:29 (9 years ago)
Author:
obi
Message:

fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r34837 r34844  
    634634                        continue;
    635635                }
    636                 if((status.pvr == 1 && (status.timeshift == 0 && rcret == getrcconfigint("rcplay", NULL)) || rcret == getrcconfigint("rcarchive", NULL) || rcret == getrcconfigint("rcwebplay", NULL)))
     636                if((status.pvr == 1 && ((status.timeshift == 0 && rcret == getrcconfigint("rcplay", NULL)) || rcret == getrcconfigint("rcarchive", NULL) || rcret == getrcconfigint("rcwebplay", NULL))))
    637637                {
    638638                        subtitlepause(1);
Note: See TracChangeset for help on using the changeset viewer.