From f46c2504821b4c5cb03d04a2ac6cf02ddec7ce99 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 Apr 2025 13:55:34 +0300 Subject: static buffers are evil --- protocols/Weather/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/src/stdafx.h') diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index eec03bd13e..cf1f3240a3 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -146,7 +146,7 @@ void TrimString(wchar_t *str); void ConvertBackslashes(char *str); char *GetSearchStr(char *dis); -wchar_t *GetDisplay(WEATHERINFO *w, const wchar_t *dis, wchar_t* str); +CMStringW GetDisplay(WEATHERINFO *w, const wchar_t *dis); wchar_t *GetError(int code); -- cgit v1.2.3