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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user