File fix-compatib-with-p7zip.patch of Package 7zip
--- 7-Zip-zstd-25.01-v1.5.7-R4/CPP/7zip/UI/Console/OpenCallbackConsole.cpp.orig 2026-01-15 12:48:50.877802690 +0100
+++ 7-Zip-zstd-25.01-v1.5.7-R4/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 2026-01-15 12:48:50.891802677 +0100
@@ -87,7 +87,7 @@
if (!PasswordIsDefined)
{
ClosePercents();
- RINOK(GetPassword_HRESULT(_so, Password))
+ GetPassword_HRESULT(_so, Password);
PasswordIsDefined = true;
}
return StringToBstr(Password, password);