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
Missing return in JackPosixSemaphore::ConnectInput
tags/v1.9.11-RC1
falkTX
9 years ago
parent
b6911f9281
commit
394537687c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
posix/JackPosixSemaphore.cpp
+ 1
- 0
posix/JackPosixSemaphore.cpp
View File
@@ -185,6 +185,7 @@ bool JackPosixSemaphore::ConnectInput(const char* name, const char* server_name)
return true;
} else {
jack_error("Connect: fSemaphore not initialized!");
return false;
}
}
Write
Preview
Loading…
Cancel
Save