From c1eee2b46cd5643ba8efb98b2cd598ef47c4daf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 17:17:50 +0100 Subject: Show data in data list view. --- c/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/common.c') diff --git a/c/common.c b/c/common.c index c1f9614..c672a4d 100644 --- a/c/common.c +++ b/c/common.c @@ -6,7 +6,7 @@ /* Convert zero-terminated non-wide (multi-byte) string to * zero-terminated wide/non-wide string depending on UNICODE. */ TCHAR * -TSZFromSZ(char *sz, int iCp) +TSZFromSZ(const char *sz, int iCp) { TCHAR *tsz; -- cgit v1.2.3