Refresh patches
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 24 Nov 2021 15:47:24 +0000 (16:47 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 24 Nov 2021 15:47:24 +0000 (16:47 +0100)
debian/patches/spelling_fixes.patch

index 1c7bd9df6942b09b0c91ed58e2c81bd982e583da..626c29841abe8939ad7e53c4ee7001822084f829 100644 (file)
@@ -4,25 +4,23 @@ Forwarded: https://github.com/jacktrip/jacktrip/pull/209
 Last-Update: 2021-01-21
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- jacktrip.orig/src/AudioTester.cpp
-+++ jacktrip/src/AudioTester.cpp
-@@ -163,7 +163,7 @@
-       if (n_frames>1) { // always true?
-         mInBufCopy[sendChannel][1] = -float(impulseTimeSamples)/32768.0f; // survives if there is no digital processing at the server
-       } else {
--        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a lenth " << n_frames << " buffer ***\n";
-+        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a length " << n_frames << " buffer ***\n";
-       }
-     } else {
-       mInBufCopy[sendChannel][0] = 0.0f; // send zeros until a new impulse is needed
 --- jacktrip.orig/src/JackTrip.cpp
 +++ jacktrip/src/JackTrip.cpp
-@@ -647,7 +647,7 @@
-     // --------------------
-     mTcpClient.close(); // Close the socket
-     //cout << "TCP Socket Closed!" << endl;
+@@ -746,7 +746,7 @@
+     mTcpClient.close();  // Close the socket
+     // cout << "TCP Socket Closed!" << endl;
+-    // If we sent authentication data, check if our authentication attempt was succesfull
++    // If we sent authentication data, check if our authentication attempt was successfull
+     if (mUseAuth && udp_port > 65535) {
+         QString error_message;
+         if (udp_port == Auth::WRONGCREDS) {
+@@ -772,7 +772,7 @@
+         return;
+     }
 -    if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
-+    if (gVerboseFlag) cout << "Connection Successful!" << endl;
++    if (gVerboseFlag) cout << "Connection Successfull!" << endl;
  
      // Set with the received UDP port
      // ------------------------------