Changeset 40053


Ignore:
Timestamp:
02/20/17 02:39:40 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r40006 r40053  
    1313
    1414        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);
    1617        streamurl = command(cmd);
    1718        streamurl = string_newline(streamurl);
     
    9798                {
    9899                        cmd = ostrcat("/tmp/localhoster/hoster.sh get ", url, 0, 0);
     100                        cmd = ostrcat(cmd, "\"", 1, 0);
    99101                        streamurl = command(cmd);
    100102                        streamurl = string_newline(streamurl);
Note: See TracChangeset for help on using the changeset viewer.