Changeset 32150
- Timestamp:
- 01/06/15 22:49:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r32149 r32150 741 741 int count1 = 0; 742 742 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) 745 745 { 746 746 printf("[player.h] set user-agent: %s\n",ret1[1].part);
Note: See TracChangeset
for help on using the changeset viewer.