Changeset 15630
- Timestamp:
- 05/09/12 23:03:02 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r15627 r15630 21 21 int checkreseller() 22 22 { 23 //if(checkbox("ATEMIO510") == 0)24 //{25 //printf("ResellerId: skipped\n");26 //printf("boxtype: %s\n", status.boxtype);27 //return 0;28 //}23 if(checkbox("ATEMIO510") == 0) 24 { 25 printf("ResellerId: skipped\n"); 26 printf("boxtype: %s\n", status.boxtype); 27 return 0; 28 } 29 29 30 30 FILE* fd = NULL; … … 127 127 printf("ResellerId: not supported\n"); 128 128 printf("boxtype: %s\n", status.boxtype); 129 return 0;129 return 1; 130 130 } 131 131 -
titan/titan/titan.c
r15629 r15630 451 451 { 452 452 printf("error: 3\n"); 453 //destroy();453 destroy(); 454 454 exit(100); 455 455 }
Note: See TracChangeset
for help on using the changeset viewer.