- Timestamp:
- 09/07/16 18:17:56 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r38603 r38615 1130 1130 1131 1131 if(status.epgchannel != NULL) 1132 { 1132 1133 tmpstr = createpiconpath(status.epgchannel, 1); 1134 if(ostrstr(tmpstr, "defpicon.png") != NULL) 1135 { 1136 free(tmpstr); tmpstr=NULL; 1137 tmpstr = createpiconpath(status.epgchannel, 0); 1138 } 1139 } 1140 1133 1141 return tmpstr; 1134 1142 } … … 1148 1156 1149 1157 if(status.markedchannel != NULL) 1158 { 1150 1159 tmpstr = createpiconpath(status.markedchannel, 1); 1160 if(ostrstr(tmpstr, "defpicon.png") != NULL) 1161 { 1162 free(tmpstr); tmpstr=NULL; 1163 tmpstr = createpiconpath(status.markedchannel, 0); 1164 } 1165 } 1166 1151 1167 return tmpstr; 1152 1168 } … … 1163 1179 char* tmpstr = NULL; 1164 1180 tmpstr = createpiconpath(status.aktservice->channel, 1); 1181 if(ostrstr(tmpstr, "defpicon.png") != NULL) 1182 { 1183 free(tmpstr); tmpstr=NULL; 1184 tmpstr = createpiconpath(status.aktservice->channel, 0); 1185 } 1165 1186 return tmpstr; 1166 1187 }
Note: See TracChangeset
for help on using the changeset viewer.