From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 19 Jan 2022 07:51:30 +0000 (+0100) Subject: Refresh patches X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~166 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=026ae7c9731247798170556eecfc0c88238d3c48;p=jacktrip.git Refresh patches --- diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch index 3a83a7a..51e5636 100644 --- a/debian/patches/spelling_fixes.patch +++ b/debian/patches/spelling_fixes.patch @@ -6,7 +6,7 @@ Last-Update: 2021-01-21 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- jacktrip.orig/src/JackTrip.cpp +++ jacktrip/src/JackTrip.cpp -@@ -745,7 +745,7 @@ +@@ -776,7 +776,7 @@ mTcpClient.close(); // Close the socket // cout << "TCP Socket Closed!" << endl; @@ -15,12 +15,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ if (mUseAuth && udp_port > 65535) { QString error_message; if (udp_port == Auth::WRONGCREDS) { -@@ -771,7 +771,7 @@ - return; +@@ -804,7 +804,7 @@ } -- if (gVerboseFlag) cout << "Connection Succesfull!" << endl; -+ if (gVerboseFlag) cout << "Connection Successful!" << endl; + if (gVerboseFlag) +- cout << "Connection Succesfull!" << endl; ++ cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------