Changeset 41887 for titan


Ignore:
Timestamp:
02/04/18 23:35:51 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

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