Fixed small buffer in get_datetime()
authorVincent Loupmon <vincentloupmon@gmail.com>
Thu, 10 Mar 2016 09:53:14 +0000 (10:53 +0100)
committerVincent Loupmon <vincentloupmon@gmail.com>
Thu, 10 Mar 2016 09:53:14 +0000 (10:53 +0100)
commit790e150a1c6a935a154127b36deaec36d4a5bcc6
tree96e469916ae1818af3ae2f6dc94fce4f8da4a07a
parent8286bd8a374910d24f925e9f38931cd5dbfb22d1
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.
slstatus.c