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/7zip/UI/Far/FarUtils.cpp')
-rw-r--r--CPP/7zip/UI/Far/FarUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/UI/Far/FarUtils.cpp b/CPP/7zip/UI/Far/FarUtils.cpp
index 1875a189..cc058ef9 100644
--- a/CPP/7zip/UI/Far/FarUtils.cpp
+++ b/CPP/7zip/UI/Far/FarUtils.cpp
@@ -448,7 +448,7 @@ int PrintErrorMessage(const char *message, const char *text)
}
-static void ReduceString(UString &s, unsigned size)
+void ReduceString(UString &s, unsigned size)
{
if (s.Len() > size)
{