Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Common/Update.h')
-rwxr-xr-x7zip/UI/Common/Update.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/7zip/UI/Common/Update.h b/7zip/UI/Common/Update.h
index d94ffcc9..465acc24 100755
--- a/7zip/UI/Common/Update.h
+++ b/7zip/UI/Common/Update.h
@@ -40,7 +40,10 @@ struct CArchivePath
return;
}
if (BaseExtension.CompareNoCase(Name.Mid(dotPos + 1)) == 0)
+ {
+ BaseExtension = Name.Mid(dotPos + 1);
Name = Name.Left(dotPos);
+ }
else
BaseExtension.Empty();
}