*** empty log message ***

This commit is contained in:
John Wiegley 2005-10-28 07:22:12 +00:00
parent 7d1f07a2a7
commit c7d72a09af

View file

@ -453,7 +453,7 @@ void format_t::format(std::ostream& out_str, const details_t& details) const
std::strftime(abuf, 255, elem->chars.c_str(),
std::localtime(&actual_date));
if (effective_date && effective_date != actual_date) {
if (effective_date != 0 && effective_date != actual_date) {
char buf[512];
char ebuf[256];
std::strftime(ebuf, 255, elem->chars.c_str(),