From 1bbc4d918659353870d62cbc164279cb266ca180 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Fri, 25 Nov 2022 14:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/scanned_img.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane/scanned_img.h b/sane/scanned_img.h index 7a18027..3df550e 100644 --- a/sane/scanned_img.h +++ b/sane/scanned_img.h @@ -144,7 +144,7 @@ public: T take(bool remove = true, void(__stdcall* first)(T) = NULL) { std::lock_guard lock(lock_); - TNS t = 0; + TNS t; if (queue_.size()) {