mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 23:44:13 +02:00
Adjust some comments.
This commit is contained in:
@@ -99,7 +99,7 @@ BlockFile *LegacyAliasBlockFile::BuildFromXML(wxString projDir, const wxChar **a
|
||||
|
||||
const wxString strValue = value;
|
||||
if (!wxStricmp(attr, wxT("name")) && XMLValueChecker::IsGoodFileName(strValue, projDir))
|
||||
//vvv Should this be
|
||||
//v Should this be
|
||||
// dm.AssignFile(summaryFileName, strValue, false);
|
||||
// as in PCMAliasBlockFile::BuildFromXML? Test with an old project.
|
||||
summaryFileName.Assign(projDir, strValue, wxT(""));
|
||||
|
||||
@@ -304,7 +304,7 @@ BlockFile *LegacyBlockFile::BuildFromXML(wxString projDir, const wxChar **attrs,
|
||||
|
||||
const wxString strValue = value;
|
||||
if (!wxStricmp(attr, wxT("name")) && XMLValueChecker::IsGoodFileName(strValue, projDir))
|
||||
//vvv Should this be
|
||||
//v Should this be
|
||||
// dm.AssignFile(fileName, strValue, false);
|
||||
// as in PCMAliasBlockFile::BuildFromXML? Test with an old project.
|
||||
fileName.Assign(projDir, strValue);
|
||||
|
||||
Reference in New Issue
Block a user