Changeset 32151


Ignore:
Timestamp:
01/06/15 22:50:29 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r32150 r32151  
    738738                        char* tmpstr = NULL;
    739739                        tmpstr = ostrcat(file, NULL, 0, 0);
    740                         tmpstr = string_replace("|User-Agent=", "|", useragent, 1);
     740                        tmpstr = string_replace("|User-Agent=", "|", tmpstr, 1);
    741741                        int count1 = 0;
    742742                        struct splitstr* ret1 = NULL;
Note: See TracChangeset for help on using the changeset viewer.