Fixed small buffer in get_datetime()
The buffer being hardcoded to 19 (the size expected from the default time format), strftime() would fail on any format returning a longer buffer. Changed it from 19 to 64 to accomodate longer formats.master
parent
8286bd8a37
commit
790e150a1c
Loading…
Reference in New Issue