From 3504c82a893cd78c1cc9e329a6162a259d641cb7 Mon Sep 17 00:00:00 2001 From: liduo Date: Thu, 17 Apr 2025 22:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=A3=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=E5=A2=9E=E9=87=8F=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E4=BB=8D=E8=BF=94=E5=9B=9E=E6=88=90=E5=8A=9F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liduo --- src/resource_append.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resource_append.cpp b/src/resource_append.cpp index e1f7bbd..4ecc9b2 100644 --- a/src/resource_append.cpp +++ b/src/resource_append.cpp @@ -65,7 +65,7 @@ uint32_t ResourceAppend::Combine() } if (!ParseRef()) { - return false; + return RESTOOL_ERROR; } ResourceTable resourceTable; -- Gitee