Use the actual size of the buffer in strftime instead of a made up value
commit761e13da4ef8294f0b131ad7f672d023b0d222f6
authorTim Potter <tpot@samba.org>
Tue, 4 Nov 2003 20:09:44 +0000 (4 20:09 +0000)
committerTim Potter <tpot@samba.org>
Tue, 4 Nov 2003 20:09:44 +0000 (4 20:09 +0000)
tree972e13a92edf289f49bd1c62e59214e2f4338398
parent66e5043553939be2b124bec8581f08b01fdf9c1e
Use the actual size of the buffer in strftime instead of a made up value
which just happens to be less than sizeof(fstring).  Closes #713.
source/lib/time.c