Changeset 41884 for titan/plugins


Ignore:
Timestamp:
02/04/18 22:49:24 (6 years ago)
Author:
obi
Message:

fix kino

File:
1 edited

Legend:

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

    r41859 r41884  
    562562                               
    563563                                                line = ostrcat(line, "#", 1, 0);
     564                                                if(!ostrncmp("//", url, 2)
     565                                                        line = ostrcat(line, "http://", 1, 0);
    564566                                                line = ostrcat(line, url, 1, 0);
    565567                                                line = ostrcat(line, "#", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.