Codebase list jacktrip / 8c5f92f
Refresh patches IOhannes m zmölnig (Debian/GNU) 2 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
66 --- jacktrip.orig/src/JackTrip.cpp
77 +++ jacktrip/src/JackTrip.cpp
8 @@ -746,7 +746,7 @@
8 @@ -745,7 +745,7 @@
99 mTcpClient.close(); // Close the socket
1010 // cout << "TCP Socket Closed!" << endl;
1111
1414 if (mUseAuth && udp_port > 65535) {
1515 QString error_message;
1616 if (udp_port == Auth::WRONGCREDS) {
17 @@ -772,7 +772,7 @@
17 @@ -771,7 +771,7 @@
1818 return;
1919 }
2020