From: Debian Games Team Date: Thu, 22 Sep 2022 12:51:50 +0000 (+0100) Subject: clang-15 X-Git-Tag: archive/raspbian/1.0.2-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=11a7e6ed2a13b38912b0ac50cd2963f3be27e250;p=hedgewars.git clang-15 Gbp-Pq: Name clang-15.patch --- 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;