mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 22:24:08 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
@@ -14,6 +14,7 @@ static UString ReplaceIncorrectChars(const UString &s)
|
||||
c = '_';
|
||||
res += c;
|
||||
}
|
||||
res.TrimRight();
|
||||
return res;
|
||||
#else
|
||||
return s;
|
||||
|
||||
Reference in New Issue
Block a user