From 11a7e6ed2a13b38912b0ac50cd2963f3be27e250 Mon Sep 17 00:00:00 2001 From: Debian Games Team Date: Thu, 22 Sep 2022 13:51:50 +0100 Subject: [PATCH] clang-15 Gbp-Pq: Name clang-15.patch --- project_files/hwc/rtl/sysutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_files/hwc/rtl/sysutils.c b/project_files/hwc/rtl/sysutils.c index bd1470f..724c5c7 100644 --- a/project_files/hwc/rtl/sysutils.c +++ b/project_files/hwc/rtl/sysutils.c @@ -83,7 +83,7 @@ TDateTime fpcrtl_now() // Semi-dummy implementation of FormatDateTime string255 fpcrtl_formatDateTime(string255 FormatStr, TDateTime DateTime) { - string255 buffer = STRINIT(FormatStr.str); + string255 buffer = FormatStr; time_t rawtime; struct tm* my_tm; -- 2.30.2