diff options
| author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2026-02-12 00:00:00 +0000 |
|---|---|---|
| committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2026-02-12 17:38:49 +0500 |
| commit | 839151eaaad24771892afaae6bac690e31e58384 (patch) | |
| tree | e292449d621f7a1d503b975984a2aca240dd2d8f /CPP/7zip/Common/FileStreams.cpp | |
| parent | 5e96a8279489832924056b1fa82f29d5837c9469 (diff) | |
| download | 7zip-26.00.tar.gz 7zip-26.00.tar.bz2 7zip-26.00.zip | |
26.0026.00
Diffstat (limited to 'CPP/7zip/Common/FileStreams.cpp')
| -rw-r--r-- | CPP/7zip/Common/FileStreams.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Common/FileStreams.cpp b/CPP/7zip/Common/FileStreams.cpp index f90e280..b7e4fbe 100644 --- a/CPP/7zip/Common/FileStreams.cpp +++ b/CPP/7zip/Common/FileStreams.cpp | |||
| @@ -753,7 +753,7 @@ Z7_COM7F_IMF(CInFileStream::GetProperty(PROPID propID, PROPVARIANT *value)) | |||
| 753 | { | 753 | { |
| 754 | if (StoreOwnerName) | 754 | if (StoreOwnerName) |
| 755 | { | 755 | { |
| 756 | const uid_t gid = st.st_gid; | 756 | const gid_t gid = st.st_gid; |
| 757 | { | 757 | { |
| 758 | if (!OwnerGroup.IsEmpty() && _gid == gid) | 758 | if (!OwnerGroup.IsEmpty() && _gid == gid) |
| 759 | prop = OwnerGroup; | 759 | prop = OwnerGroup; |
