From 2ab7800dc7282e3b6395014633a8eee344ba5216 Mon Sep 17 00:00:00 2001 From: Debian Games Team Date: Wed, 19 Oct 2022 10:40:18 +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