Changeset 24325 for titan/plugins/tithek/tithek.h
- Timestamp:
- 10/15/13 13:01:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r24251 r24325 1180 1180 free(tmpstr); tmpstr = NULL; 1181 1181 1182 if(ostr cmp(title, "TiThek - Internet Radio") == 0)1182 if(ostrstr(title, "Internet Radio") != NULL) 1183 1183 flag = 4; 1184 1184 … … 1237 1237 mbox = menulistbox(mlist, NULL, skintitle, NULL, NULL, 1, 0); 1238 1238 if(mbox != NULL) keyconf = mbox->name; 1239 debug(99, "tmpstr1: %s filename: %s flag: %s", tmpstr1, filename, flag); 1239 1240 if(ostrcmp(keyconf, "Streaming Playback (default)") == 0) 1240 1241 {
Note: See TracChangeset
for help on using the changeset viewer.