From 1c75c897be2ab69718eb3a53da537721b8fe374d Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Mon, 29 May 2023 10:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=BF=9B=E5=BA=A6=E6=8C=87?= =?UTF-8?q?=E7=A4=BA=E5=99=A8=E5=9B=BE=E7=89=87=E5=88=B0=E8=BE=BE=E7=9A=84?= =?UTF-8?q?len=E5=8F=82=E6=95=B0=EF=BC=8C=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E5=B7=B2=E7=BB=8F=E6=94=B6=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane/scanner.cpp b/sane/scanner.cpp index 2cfeaeb..c987dd7 100644 --- a/sane/scanner.cpp +++ b/sane/scanner.cpp @@ -3318,7 +3318,7 @@ int scanner::handle_device_event(int ev_code, void* data, unsigned int* len) if (indicator_.get()) indicator_->notify_data_arrived(true); else if (ui_notify) - ui_notify(ev_code, data, 1); + ui_notify(ev_code, data, img_ind_); { wchar_t msg[128] = { 0 };