Changeset 32150


Ignore:
Timestamp:
01/06/15 22:49:17 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r32149 r32150  
    741741                        int count1 = 0;
    742742                        struct splitstr* ret1 = NULL;
    743                         ret1 = strsplit(tmpstr, "|", &count);
    744                         if(ret1 != NULL && count >= 2)
     743                        ret1 = strsplit(tmpstr, "|", &count1);
     744                        if(ret1 != NULL && count1 >= 2)
    745745                        {
    746746                                printf("[player.h] set user-agent: %s\n",ret1[1].part);
Note: See TracChangeset for help on using the changeset viewer.