mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-18 16:41:14 +02:00
fix Mac build
This commit is contained in:
@@ -3224,7 +3224,7 @@ void * nyq_reformat_aud_do_response(const wxString & Str) {
|
||||
wxString Left = Str.BeforeLast('\n').BeforeLast('\n');
|
||||
wxString Right = Str.BeforeLast('\n').AfterLast('\n');
|
||||
message = cvstring(Left);
|
||||
success = Right.EndsWith("OK") ? cvfixnum(1) : NIL;
|
||||
success = Right.EndsWith("OK") ? cvfixnum(1) : nullptr;
|
||||
dst = cons(message, success);
|
||||
return (void *)dst;
|
||||
}
|
||||
|
Reference in New Issue
Block a user