Changeset 22542


Ignore:
Timestamp:
07/26/13 16:46:35 (11 years ago)
Author:
nit
Message:

[titan] fix build err

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/hwtest.h

    r22541 r22542  
    315315                        {
    316316                                uint32_t status = 0;
    317                                 int fd = -1, smartcardcount = 0;
     317                                int smartcardcount = 0;
    318318                                char* tmpstr = NULL, *tmpstr1 = NULL;
    319319                               
  • titan/titan/scconfig.h

    r22535 r22542  
    1010        struct dvbdev* dvbnode = NULL;
    1111        char* tmpstr = NULL, *tmpnr = NULL;
     12        struct skin* tmp = NULL;
    1213
    1314        listbox->aktline = 1;
     
    3132                                tmpstr = ostrcat(tmpstr, ": ", 1, 0);
    3233                               
    33                                 int status = 0;
     34                                uint32_t status = 0;
    3435                                scgetiscardpresent(dvbnode, &status);
    3536                               
Note: See TracChangeset for help on using the changeset viewer.