Changeset 10855
- Timestamp:
- 10/31/11 20:43:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/plugins/mc/mc_main.h
r10849 r10855 321 321 debug(1000, "out"); 322 322 debug(50, "startservice: lastservice"); 323 servicestart(status.lastservice->channel, status.lastservice->channellist, NULL, 0); 323 tmpstr = ostrcat(status.lastservice->channellist, NULL, 0, 0); 324 servicestart(status.lastservice->channel, tmpstr, NULL, 0); 325 free(tmpstr); tmpstr = NULL; 324 326 debug(50, "set default osdtransparent"); 325 327 setosdtransparent(getskinconfigint("osdtransparent", NULL));
Note: See TracChangeset
for help on using the changeset viewer.