Changeset 40127


Ignore:
Timestamp:
02/26/17 10:54:48 (7 years ago)
Author:
gost
Message:

[titan] fix hdmiin dm900

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r40079 r40127  
    11431143                        if(value != NULL)
    11441144                        {
    1145                                 if(ostrstr(value, "off") == 0)
     1145                                if(ostrstr(value, "off") != NULL)
    11461146                                {
    11471147                                        writesys("/proc/stb/video/videomode", "720p", 1);
     
    11561156                                }
    11571157                        }
     1158                        free(value); value=NULL;
    11581159                }
    11591160               
Note: See TracChangeset for help on using the changeset viewer.