Changeset 32151
- Timestamp:
- 01/06/15 22:50:29 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r32150 r32151 738 738 char* tmpstr = NULL; 739 739 tmpstr = ostrcat(file, NULL, 0, 0); 740 tmpstr = string_replace("|User-Agent=", "|", useragent, 1);740 tmpstr = string_replace("|User-Agent=", "|", tmpstr, 1); 741 741 int count1 = 0; 742 742 struct splitstr* ret1 = NULL;
Note: See TracChangeset
for help on using the changeset viewer.