From: Neal Becker (ndbecker2_at_[hidden])
Date: 2004-10-22 17:45:18


Caleb Epstein wrote:

Thanks for the patch!

One minor change:

in functions.cpp line 218, that should be:
    if (0 != strftime (m_buffer, sizeof (m_buffer), m_format.c_str (),
&m_tm))

(last arg is pointer)