Showing
1 changed file
with
4 additions
and
5 deletions
| ... | ... | @@ -355,8 +355,6 @@ bool SNBase::CheckCalFinalTestStatus(const char* strBarcode) |
| 355 | 355 | bool SNBase::Check_some_barcode(const char* strBarcode) |
| 356 | 356 | { |
| 357 | 357 | MTRACE(g_hEBOOT_DEBUG, "SNBase::CheckCalFinalTestStatus(): Check calibration & nsft flag start..."); |
| 358 | - | |
| 359 | - // int num=atoi((const char* )strBarcode[55]); | |
| 360 | 358 | |
| 361 | 359 | if (strBarcode[55] == '1') |
| 362 | 360 | { |
| ... | ... | @@ -365,12 +363,13 @@ bool SNBase::Check_some_barcode(const char* strBarcode) |
| 365 | 363 | } |
| 366 | 364 | else if (strBarcode[55] == '0') |
| 367 | 365 | { |
| 368 | - g_pMainDlg->myrslt_smt= _T("UnTested"); | |
| 366 | + g_pMainDlg->myrslt_smt= _T("Fail"); | |
| 367 | + UpdateUIMsg("ATA test failed"); | |
| 369 | 368 | } |
| 370 | 369 | else |
| 371 | 370 | { |
| 372 | - g_pMainDlg->myrslt_smt= _T("Fail"); | |
| 373 | - UpdateUIMsg("ATA test failed"); | |
| 371 | + g_pMainDlg->myrslt_smt= _T("UnTested"); | |
| 372 | + UpdateUIMsg("ATA test UnTested"); | |
| 374 | 373 | } |
| 375 | 374 | |
| 376 | 375 | ... | ... |
Please
register
or
login
to post a comment