Use the actual size of the buffer in strftime instead of a made up value
authorTim Potter <tpot@samba.org>
Tue, 4 Nov 2003 20:09:44 +0000 (20:09 +0000)
committerTim Potter <tpot@samba.org>
Tue, 4 Nov 2003 20:09:44 +0000 (20:09 +0000)
commitfc809973b9be1104af806f9c35e66d1be3dfab35
tree8f3f41a012341aac74ccc14852012b44cd16335d
parentcedc6341183fe6f0a64fc694e4475efa6c2c528e
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.
(This used to be commit 761e13da4ef8294f0b131ad7f672d023b0d222f6)
source3/lib/time.c