Changeset 41052 for titan


Ignore:
Timestamp:
10/24/17 22:37:21 (6 years ago)
Author:
andyjetset
Message:

fix Tuner global.h thx gost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r40828 r41052  
    67806780                {
    67816781                        fechangetype(tuner, value);
    6782                         return 0;
    6783                 }
     6782                        //return 0;
     6783                }
     6784                tmpstr = ostrcat(tuner->feshortname, "_hyprid", 0, 0);
     6785                addconfigtmp(tmpstr, value);
     6786                free(tmpstr); tmpstr = NULL;
    67846787        }
    67856788        free(buf); buf = NULL;
Note: See TracChangeset for help on using the changeset viewer.