mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
16.01
This commit is contained in:
committed by
Kornel Lesiński
parent
66ac98bb02
commit
bec3b479dc
@@ -87,7 +87,7 @@ bool GetTextConfig(const AString &s, CObjectVector<CTextConfigPair> &pairs)
|
||||
break;
|
||||
if (c == '\\')
|
||||
{
|
||||
char c = s[pos++];
|
||||
c = s[pos++];
|
||||
switch (c)
|
||||
{
|
||||
case 'n': message += '\n'; break;
|
||||
|
||||
Reference in New Issue
Block a user