diff --git a/CPP/7zip/Common/MethodProps.cpp b/CPP/7zip/Common/MethodProps.cpp index 10a4c4c4..48ba06b7 100644 --- a/CPP/7zip/Common/MethodProps.cpp +++ b/CPP/7zip/Common/MethodProps.cpp @@ -297,6 +297,8 @@ static const CNameToPropID g_NameToPropID[] = { VT_UI4, "check" }, { VT_BSTR, "filter" }, { VT_UI8, "memuse" }, + { VT_UI8, "aff" }, + // zstd props { VT_UI4, "strat" }, { VT_UI4, "fast" }, { VT_UI4, "long" },