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 'CPP/Windows/FileName.cpp')
-rwxr-xr-xCPP/Windows/FileName.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/FileName.cpp b/CPP/Windows/FileName.cpp
index 57c357ff..fb146f9f 100755
--- a/CPP/Windows/FileName.cpp
+++ b/CPP/Windows/FileName.cpp
@@ -31,7 +31,7 @@ void NormalizeDirPathPrefix(UString &dirPath)
const wchar_t kExtensionDelimiter = L'.';
-void SplitNameToPureNameAndExtension(const UString &fullName,
+void SplitNameToPureNameAndExtension(const UString &fullName,
UString &pureName, UString &extensionDelimiter, UString &extension)
{
int index = fullName.ReverseFind(kExtensionDelimiter);