Changeset 30684 for titan/titan/dvbdev.h


Ignore:
Timestamp:
10/24/14 22:55:33 (9 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/dvbdev.h

    r30683 r30684  
    112112                if(fehyprid != NULL)
    113113                {
    114 //                      if(y < 10)
    115                         if(fehyprid->y < 10) //??????????????
    116                                 tmpstr = ostrcat(tmpstr, "fe_0", 1, 0);
     114                        if(y < 10)
     115                                        tmpstr = ostrcat(tmpstr, "fe_0", 1, 0);
    117116                        else
    118117                                tmpstr = ostrcat(tmpstr, "fe_1", 1, 0);
Note: See TracChangeset for help on using the changeset viewer.