New upstream version 4.18.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user