Changeset 30621


Ignore:
Timestamp:
10/20/14 10:12:47 (9 years ago)
Author:
obi
Message:

[tithek] fix

File:
1 edited

Legend:

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

    r30271 r30621  
    249249
    250250
    251         debug(99, "streamurl1: %s", streamurl);
     251        debug(99, "Streamurl1: %s", streamurl);
    252252
    253253        streamurl = string_replace_all("amp;", "", streamurl, 1);
    254         debug(99, "streamurl2: %s", streamurl);
     254        debug(99, "Streamurl2: %s", streamurl);
    255255
    256256        free(tmplink), tmplink = NULL;
     257        if(ostrncmp("http://", streamurl, 7))
     258        {
     259                printf("Streamurl3: not http://\n");
     260                free(streamurl),streamurl = NULL;
     261        }
     262
    257263        return streamurl;
    258264}
Note: See TracChangeset for help on using the changeset viewer.