From 6dd3e7854df2ee020b7f5007620d506e65ce5293 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 8 Mar 2022 08:45:25 +0100 Subject: [PATCH] debian/patches: Trivial rebase of 1001_keep-symbol-DumpThreadHandles-if-debugging-is-disabled.patch against v2.3.0. --- ...-symbol-DumpThreadHandles-if-debugging-is-disabled.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/1001_keep-symbol-DumpThreadHandles-if-debugging-is-disabled.patch b/debian/patches/1001_keep-symbol-DumpThreadHandles-if-debugging-is-disabled.patch index 255bdc9..659d214 100644 --- a/debian/patches/1001_keep-symbol-DumpThreadHandles-if-debugging-is-disabled.patch +++ b/debian/patches/1001_keep-symbol-DumpThreadHandles-if-debugging-is-disabled.patch @@ -4,7 +4,7 @@ Forwarded: https://github.com/FreeRDP/FreeRDP/pull/7708 --- a/winpr/libwinpr/thread/thread.c +++ b/winpr/libwinpr/thread/thread.c -@@ -783,9 +783,9 @@ +@@ -760,9 +760,9 @@ return TRUE; } @@ -15,7 +15,7 @@ Forwarded: https://github.com/FreeRDP/FreeRDP/pull/7708 char** msg; size_t used, i; void* stack = winpr_backtrace(20); -@@ -846,6 +846,6 @@ +@@ -823,6 +823,6 @@ } WLog_DBG(TAG, "---------------- End Dumping thread handles -------------"); @@ -25,7 +25,7 @@ Forwarded: https://github.com/FreeRDP/FreeRDP/pull/7708 #endif --- a/winpr/include/winpr/thread.h +++ b/winpr/include/winpr/thread.h -@@ -248,10 +248,7 @@ +@@ -245,10 +245,7 @@ /* CommandLineToArgvA is not present in the original Windows API, WinPR always exports it */ WINPR_API LPSTR* CommandLineToArgvA(LPCSTR lpCmdLine, int* pNumArgs);