mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
bug 195 - fixed
This commit is contained in:
@@ -66,7 +66,7 @@ BlockFile *SilentBlockFile::BuildFromXML(DirManager &dm, const wxChar **attrs)
|
||||
if (!wxStrcmp(attr, wxT("len")) &&
|
||||
XMLValueChecker::IsGoodInt(strValue) &&
|
||||
strValue.ToLong(&nValue) &&
|
||||
len > 0)
|
||||
nValue > 0)
|
||||
len = nValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user