1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-10 08:17:55 +02:00

Bug 2714 - (Japanese & Korean) "Unable to parse project information"

This commit is contained in:
Leland Lucius
2021-03-25 00:19:11 -05:00
parent 95a7fc6362
commit ffebbe064e
2 changed files with 6 additions and 3 deletions

View File

@@ -1755,7 +1755,7 @@ bool ProjectFileIO::LoadProject(const FilePath &fileName, bool ignoreAutosave)
XMLFileReader xmlFile;
// Load 'er up
success = xmlFile.ParseString(this, project.ToUTF8());
success = xmlFile.ParseString(this, project);
if (!success)
{
SetError(