|
@@ -190,7 +190,7 @@ int IdentifyCallback(result::spinfo& pinfo, void* param)
|
|
|
cutPaper(number, strJsonDir, pinfo.vecUrlAPath[0], strSaveDir);
|
|
|
g_scanCount++;
|
|
|
pWnd->PostMessage(WM_PROCESS, NULL, NULL);
|
|
|
- pWnd->FormatScanMsg("生成切割图像:%s", pinfo.vecUrlAPath[0].c_str());
|
|
|
+ pWnd->FormatScanMsg("生成切割图像:%s", std::to_string(number).c_str());
|
|
|
|
|
|
return 0;
|
|
|
}
|