修复解引用失败时增量编译仍返回成功的问题

Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
liduo
2025-04-17 22:26:19 +08:00
parent 7d938f4c2b
commit 405488c838
+1 -1
View File
@@ -65,7 +65,7 @@ uint32_t ResourceAppend::Combine()
}
if (!ParseRef()) {
return false;
return RESTOOL_ERROR;
}
ResourceTable resourceTable;