opnsense-ports/audio/audacity/files/patch-src_BatchCommands.cpp
Franco Fichtner 934d69e7a3 */*: sync with upstream
Taken from: FreeBSD
2016-03-25 11:56:02 +01:00

11 lines
541 B
C++

--- src/BatchCommands.cpp.orig 2016-01-08 22:05:48 UTC
+++ src/BatchCommands.cpp
@@ -151,7 +151,7 @@ bool BatchCommands::ReadChain(const wxSt
else if (cmd == wxT("ExportWav"))
cmd = wxT("ExportWAV");
else if (cmd == wxT("Compressor") && (parm.find(wxT("DecayTime")) != parm.npos))
- parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), NULL); // 2.0.6
+ parm.Replace(wxT("DecayTime"), wxT("ReleaseTime"), false); // 2.0.6
// Add to lists
mCommandChain.Add(cmd);