clang-15
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Wed, 19 Oct 2022 09:40:18 +0000 (10:40 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 19 Oct 2022 09:40:18 +0000 (10:40 +0100)
Gbp-Pq: Name clang-15.patch

project_files/hwc/rtl/sysutils.c

index bd1470f32758835f4a7d021e9a7b1095b36128c4..724c5c74b8d4b8232621c2dcf26a917d54162c09 100644 (file)
@@ -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;