Refresh patches
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 19 Jan 2022 07:51:30 +0000 (08:51 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 19 Jan 2022 07:51:30 +0000 (08:51 +0100)
debian/patches/spelling_fixes.patch

index 3a83a7ad3ae2bf27beb5a01c734898ce68165211..51e5636ed0cf5dee91c8aa8ba4ac1d464c9c5363 100644 (file)
@@ -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
      // ------------------------------