This commit is contained in:
Yakov Olkhovskiy 2022-08-30 01:46:17 +00:00
parent 7a85a943f1
commit a9cab86a73

View File

@ -443,7 +443,7 @@ int main(int/* argc*/, char* argv[])
}
/// if decompression was performed by another process since this copy was started
/// then file refered by path "self" is already pointing to different inode
/// then file referred by path "self" is already pointing to different inode
if (input_info.st_ino != inode)
{
struct stat lock_info;