don't write a bogus jack cmdline ... leave the existing ~/.jackdrc file alone if an error creating the cmdline occurs
This commit is contained in:
parent
862315ec2a
commit
9680c345c4
@ -443,6 +443,7 @@ JACKAudioBackend::setup_jack_startup_command ()
|
||||
|
||||
if (!get_jack_command_line_string (options, cmdline)) {
|
||||
/* error, somehow */
|
||||
return;
|
||||
}
|
||||
|
||||
std::cerr << "JACK command line will be: " << cmdline << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user