From 07d65371578320e19495f08bb6a2e318d70af625 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Thu, 13 Oct 2022 17:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4saneinit=20=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E8=AE=BE=E5=A4=87=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgsane/sane_hg_mdw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgsane/sane_hg_mdw.cpp b/hgsane/sane_hg_mdw.cpp index a076c10..8df9bb1 100644 --- a/hgsane/sane_hg_mdw.cpp +++ b/hgsane/sane_hg_mdw.cpp @@ -1943,7 +1943,7 @@ extern "C" { // avoid compiler exporting name in C++ style !!! local_utility::cb_auth_ = authorize; hg_sane_middleware::instance(); local_utility::get_version(version_code); - + std::this_thread::sleep_for(std::chrono::milliseconds(1000)); return SANE_STATUS_GOOD; } void inner_sane_exit(void)