mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 15:50:54 +02:00
Remove constraint in AUP importer for "h" attribute
This commit is contained in:
parent
fcfca160c3
commit
c0a8537880
@ -674,7 +674,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler)
|
||||
}
|
||||
else if (!wxStrcmp(attr, wxT("h")))
|
||||
{
|
||||
if (!Internat::CompatibleToDouble(value, &dValue) || (dValue < 0.0))
|
||||
if (!Internat::CompatibleToDouble(value, &dValue))
|
||||
{
|
||||
return SetError(XO("Invalid project 'h' attribute."));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user