Changeset 39689 for titan/titan


Ignore:
Timestamp:
01/07/17 19:36:39 (7 years ago)
Author:
gost
Message:

fix channel on oled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/channellist.h

    r39682 r39689  
    851851        while(1)
    852852        {
    853                 if(checkchipset("BCM7424") == 1 || checkbox("DM900") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1)
     853                if(status.markedchannel != NULL && (checkchipset("BCM7424") == 1 || checkbox("DM900") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1))
    854854                        writevfdmenu(status.markedchannel->name);
    855855                if(flag == 2)
Note: See TracChangeset for help on using the changeset viewer.