This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
[controlAPI] remove annoying error message about no internal clients
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4418 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.121.0
torben
14 years ago
parent
b7ac46769f
commit
6ff6597067
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
jackd/controlapi.c
+ 0
- 1
jackd/controlapi.c
View File
@@ -570,7 +570,6 @@ jackctl_internals_load(
//descriptor_node_ptr = jack_internals_load(NULL);
if (descriptor_node_ptr == NULL)
{
jack_error("could not find any internals in driver directory!");
return false;
}
Write
Preview
Loading…
Cancel
Save