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