From 3c206f96fd1e102a13b2971778060fef4be7afbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:25:37 +0200 Subject: Merging upstream version 3.5.1+dfsg1. Signed-off-by: Daniel Baumann --- winpr/libwinpr/utils/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winpr/libwinpr/utils/debug.c') diff --git a/winpr/libwinpr/utils/debug.c b/winpr/libwinpr/utils/debug.c index a7c9a13..42d916e 100644 --- a/winpr/libwinpr/utils/debug.c +++ b/winpr/libwinpr/utils/debug.c @@ -161,7 +161,7 @@ char** winpr_backtrace_symbols(void* buffer, size_t* used) *msgptr = msg; strncpy(msg, support_msg, len); *used = 1; - return ppmsg; + return msgptr; #endif } -- cgit v1.2.3