mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix compilation warnings
This commit is contained in:
@@ -1391,7 +1391,7 @@ void NyquistEffect::Parse(wxString line)
|
||||
long v;
|
||||
// Splits are restored by default. Set to 0 to prevent.
|
||||
tokens[1].ToLong(&v);
|
||||
mRestoreSplits = v;
|
||||
mRestoreSplits = !!v;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user