From 598007f1775d954b257c989894de85032b2fada3 Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 11 Apr 2026 16:27:33 +0800 Subject: [PATCH] --- pkgread/stringres.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgread/stringres.h b/pkgread/stringres.h index a1de8f0..187aad0 100644 --- a/pkgread/stringres.h +++ b/pkgread/stringres.h @@ -323,7 +323,8 @@ std::wstring GetCapabilityDisplayName (const std::wstring &capname) { for (auto &it : g_nameToId) { - if (it.first == searchname) return GetRCStringSW (it.second); + if (it.first == searchname) + return GetRCStringSW (it.second); } } else return ret;