Changeset 32841


Ignore:
Timestamp:
02/03/15 20:53:07 (9 years ago)
Author:
obi
Message:

fix policy2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32839 r32841  
    39393939        {
    39403940                policydev = getconfig("policy2dev", NULL);
     3941                value = readsys(policydev, 1);
     3942        }
     3943        else
     3944        {
    39413945                if(!ostrncmp("letterbox", value, 9))
    39423946                        value = string_replace("letterbox", "panscan", value, 1);                       
     
    39723976                aspect = getaspect();
    39733977                if(!ostrncmp("16:9", aspect, 4))
    3974                 {
    39753978                        policydev = getconfig("policy2dev", NULL);
     3979                else
     3980                {               
    39763981                        if(!ostrncmp("letterbox", tmpstr, 9))
    39773982                                tmpstr = string_replace("letterbox", "panscan", tmpstr, 1);                     
Note: See TracChangeset for help on using the changeset viewer.