13
0

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:
Paul Davis 2013-08-09 18:35:07 -04:00
parent 862315ec2a
commit 9680c345c4

View File

@ -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;