Changeset 32866
- Timestamp:
- 02/05/15 13:01:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r32864 r32866 4163 4163 debug(10, "change %s to %s", aspectdev, tmpstr); 4164 4164 ret = writesys(aspectdev, tmpstr, 0); 4165 addconfig("av_aspect", tmpstr);4165 if(ret == 0) addconfig("av_aspect", tmpstr); 4166 4166 free(tmpstr); tmpstr = NULL; 4167 4167 return ret;
Note: See TracChangeset
for help on using the changeset viewer.