Commit 995acccaa992373c84882df197071c25bda6703d

Authored by xiemeng
1 parent 945bc834

update

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -303,9 +303,9 @@ META_RESULT SmartPhoneSN::WriteNvramLoop()
303 303 UpdateUIMsg("IMEI2 checksum FAIL!!!");
304 304 }
305 305
306   - if (strcmp(a_imei_ary,"352246078300483") == 0 || strcmp(a_imei_ary,"352246078300491"))
  306 + if (strcmp(a_imei_ary,"352246078300483") == 0 || strcmp(a_imei_ary2,"352246078300491"))
307 307 {
308   - UpdateUIMsg("IMEI2 checksum FAIL!!!");
  308 + g_pMainDlg->GetDlgItem(IDC_RSLT_WRITE_IMEI)->SetWindowText("FAIL");
309 309 iRet1 = META_FAILED;
310 310 iRet2 = META_FAILED;
311 311 }
... ...
Please register or login to post a comment