Changeset 40794


Ignore:
Timestamp:
08/22/17 19:28:19 (6 years ago)
Author:
gost
Message:

fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r40767 r40794  
    15321532                        if(flag == 2)
    15331533                        {
    1534                                 if(tmpstr[0] == '\A7') tmpstr[0] = '-';
     1534                                //if(tmpstr[0] == '\A7') tmpstr[0] = '-';
     1535                                if(tmpstr[0] == 0xA7) tmpstr[0] = '-';
    15351536                                if(tmpstr[0] == '<') tmpstr[0] = '-';
    15361537                                if(tmpstr[0] == '>') tmpstr[0] = '-';
Note: See TracChangeset for help on using the changeset viewer.