Changeset 40794
- Timestamp:
- 08/22/17 19:28:19 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r40767 r40794 1532 1532 if(flag == 2) 1533 1533 { 1534 if(tmpstr[0] == '\A7') tmpstr[0] = '-'; 1534 //if(tmpstr[0] == '\A7') tmpstr[0] = '-'; 1535 if(tmpstr[0] == 0xA7) tmpstr[0] = '-'; 1535 1536 if(tmpstr[0] == '<') tmpstr[0] = '-'; 1536 1537 if(tmpstr[0] == '>') tmpstr[0] = '-';
Note: See TracChangeset
for help on using the changeset viewer.