Changeset 15542


Ignore:
Timestamp:
05/07/12 14:34:55 (11 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r15404 r15542  
    2121int checkreseller()
    2222{
     23        if(checkbox("ATEMIO510") == 0)
     24        {
     25                printf("ResellerId: skipped\n");
     26                printf("boxtype: %s\n", status.boxtype);       
     27                return 0;
     28        }
     29       
    2330        FILE* fd = NULL;
    2431        char mtd[10];
Note: See TracChangeset for help on using the changeset viewer.