Changeset 32804


Ignore:
Timestamp:
01/31/15 16:36:52 (9 years ago)
Author:
obi
Message:

fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32483 r32804  
    14881488                        if(flag == 2)
    14891489                        {
    1490                                 if(tmpstr[0] == '§') tmpstr[0] = '-';
     1490                                if(tmpstr[0] == 'Â') tmpstr[0] = '-';
    14911491                                if(tmpstr[0] == '<') tmpstr[0] = '-';
    14921492                                if(tmpstr[0] == '>') tmpstr[0] = '-';
     
    39573957int setpolicy(char* value)
    39583958{
    3959         char* policydev, *aspect = NULL, *tmpstr = NULL;
     3959        char* policydev, *tmpstr = NULL;
    39603960        int ret = 0;
    39613961
     
    39683968
    39693969#ifdef MIPSEL
     3970                char* aspect = NULL
    39703971                aspect = getaspect();
    39713972                if(!ostrncmp("16:9", aspect, 4))
Note: See TracChangeset for help on using the changeset viewer.