mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 12:24:16 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -178,13 +178,13 @@ void CPairsStorage::SaveToString(UString &text) const
|
||||
const CTextPair &pair = Pairs[i];
|
||||
bool multiWord = (pair.ID.Find(L' ') >= 0);
|
||||
if (multiWord)
|
||||
text += L'\"';
|
||||
text += '\"';
|
||||
text += pair.ID;
|
||||
if (multiWord)
|
||||
text += L'\"';
|
||||
text += L' ';
|
||||
text += '\"';
|
||||
text += ' ';
|
||||
text += pair.Value;
|
||||
text += L'\x0D';
|
||||
text += '\x0D';
|
||||
text.Add_LF();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user