From: Debian Games Team Date: Wed, 19 Oct 2022 09:40:18 +0000 (+0100) Subject: clang-15 X-Git-Tag: archive/raspbian/1.0.2-6+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ab7800dc7282e3b6395014633a8eee344ba5216;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;