Files
@ r26336:7c7912ebd301
Branch filter:
Location: cpp/openttd-patchpack/source/src/waypoint.cpp
r26336:7c7912ebd301
1.7 KiB
text/x-c
Fix #9974, aa5a8fe: strftime buffer maxsize is off by one
strftime() return value doesn't count NULL character, but buffer size must include it.
strftime() return value doesn't count NULL character, but buffer size must include it.