This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Fix bug stopping jack_control doing many ops per execution
tags/v1.9.17
Peter Sutton
Filipe Coelho
<falktx@falktx.com>
4 years ago
parent
94a59faae9
commit
d39b886aa5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/jack_control
+ 1
- 1
tools/jack_control
View File
@@ -397,7 +397,7 @@ def main():
print("DBus exception: %s" % str(e))
return 1
return 0
return 0
if __name__ == '__main__':
sys.exit(main())
Write
Preview
Loading…
Cancel
Save