Changeset 40053
- Timestamp:
- 02/20/17 02:39:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r40006 r40053 13 13 14 14 char* cmd = NULL; 15 cmd = ostrcat("/tmp/localhoster/hoster.sh get ", url, 0, 0); 15 cmd = ostrcat("/tmp/localhoster/hoster.sh get \"", url, 0, 0); 16 cmd = ostrcat(cmd, "\"", 1, 0); 16 17 streamurl = command(cmd); 17 18 streamurl = string_newline(streamurl); … … 97 98 { 98 99 cmd = ostrcat("/tmp/localhoster/hoster.sh get ", url, 0, 0); 100 cmd = ostrcat(cmd, "\"", 1, 0); 99 101 streamurl = command(cmd); 100 102 streamurl = string_newline(streamurl);
Note: See TracChangeset
for help on using the changeset viewer.