mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 09:10:00 -06:00
15.13
This commit is contained in:
committed by
Kornel Lesiński
parent
5de23c1deb
commit
9608215ad8
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user