Changeset 40006 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 02/13/17 01:30:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r39993 r40006 884 884 tmpstr = command(link); 885 885 tmpstr = string_newline(tmpstr); 886 printf("0000000\n");886 debug(99, "tmpstr: %s", tmpstr); 887 887 888 888 if(ostrstr(tmpstr, "gethoster2") != NULL) … … 897 897 898 898 free(tmpstr), tmpstr = NULL; 899 900 debug(99, "streamurl: %s", streamurl); 899 901 900 902 return streamurl;
Note: See TracChangeset
for help on using the changeset viewer.