Changeset 32866


Ignore:
Timestamp:
02/05/15 13:01:57 (8 years ago)
Author:
obi
Message:

translate new policy value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32864 r32866  
    41634163                        debug(10, "change %s to %s", aspectdev, tmpstr);
    41644164                        ret = writesys(aspectdev, tmpstr, 0);
    4165                         addconfig("av_aspect", tmpstr);
     4165                        if(ret == 0) addconfig("av_aspect", tmpstr);
    41664166                        free(tmpstr); tmpstr = NULL;
    41674167                        return ret;
Note: See TracChangeset for help on using the changeset viewer.