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
Update JackNetUnixSocket.cpp
tags/v1.9.20
ihsinme
falkTX
<falktx@falktx.com>
3 years ago
parent
7e599badec
commit
ffdb275081
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
posix/JackNetUnixSocket.cpp
+ 1
- 1
posix/JackNetUnixSocket.cpp
View File
@@ -143,7 +143,7 @@ namespace Jack
}
char host_name[32];
gethostn
ame(host_name, sizeof(host_name));
GetHostN
ame(host_name, sizeof(host_name));
struct hostent* host = gethostbyname(host_name);
if (host) {
Write
Preview
Loading…
Cancel
Save