diff options
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; |
