New upstream version 4.18.0

This commit is contained in:
Chris Hofstaedtler
2025-08-26 22:55:14 +02:00
parent a9c3448878
commit 9d5ab87d61
580 changed files with 25692 additions and 19474 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// string format time
#define STRFTIME(dst, fmt, tm) strftime(dst, NITEMS(dst), fmt, tm)
#define STRFTIME(dst, fmt, tm) strftime(dst, countof(dst), fmt, tm)
#endif // include guard