Changeset 39035
- Timestamp:
- 09/26/16 17:41:18 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r39034 r39035 779 779 { 780 780 char* tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *cmd = NULL, *line = NULL, *path = NULL; 781 struct skin* load = getscreen("loading"); 781 782 782 783 if(ostrcmp("http://atemio.dyndns.tv/mediathek/mainmenu.list", titheklink) == 0) 783 784 { 784 785 path = ostrcat("/tmp/localparser", NULL, 0, 0); 786 drawscreen(load, 0, 0); 785 787 786 788 if(flag == 1) … … 861 863 free(tmpstr1), tmpstr1 = NULL; 862 864 free(tmpstr2), tmpstr2 = NULL; 865 clearscreen(load); 863 866 } 864 867 }
Note: See TracChangeset
for help on using the changeset viewer.