Changeset 39369


Ignore:
Timestamp:
11/20/16 01:34:13 (7 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

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

    r39367 r39369  
    392392                                        tmpstr1 = string_replace_all("\\", "", tmpstr1, 1);
    393393                                        if(ostrstr(tmpstr1, "iframe src") != NULL)
    394                                                 tmpstr1 = string_resub("<a href=\"", "\"", tmpstr1, 0);
     394                                                url = string_resub("<iframe src=\"", "\"", tmpstr1, 0);
    395395                                        else
    396                                                 tmpstr1 = string_resub("<iframe src=\"", "\"", tmpstr1, 0);
    397 
    398                                         url = ostrcat(tmpstr1, NULL, 0, 0);
     396                                                url = string_resub("<a href=\"", "\"", tmpstr1, 0);
     397
     398                                        //url = ostrcat(tmpstr1, NULL, 0, 0);
    399399////////////////
    400400                                        free(pathnew), pathnew = NULL;
Note: See TracChangeset for help on using the changeset viewer.