From a7a6f80a8dd85e6c421be21c8a5679fd0420f60c Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Thu, 5 Jan 2023 17:52:17 +0800 Subject: [PATCH] =?UTF-8?q?cis=20=E5=8E=9F=E5=9B=BE=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BD=8D=E6=89=B9=E9=87=8F=E6=89=AB=E6=8F=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/base/test_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/base/test_base.cpp b/code/base/test_base.cpp index 28a1573..84f1451 100644 --- a/code/base/test_base.cpp +++ b/code/base/test_base.cpp @@ -758,7 +758,7 @@ public: { return ret; } - ret = helper_->io_control(IO_CTRL_CODE_TEST_SINGLE, NULL, NULL); + ret = helper_->io_control(IO_CTRL_CODE_GET_IMAGE, NULL, NULL); if (ret != SCANNER_ERR_OK) { return ret;