diff --git a/src/qtgui/reslist.cpp b/src/qtgui/reslist.cpp index ab5e020f..764c897a 100644 --- a/src/qtgui/reslist.cpp +++ b/src/qtgui/reslist.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: reslist.cpp,v 1.4 2006-11-07 18:28:49 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: reslist.cpp,v 1.5 2006-11-09 17:37:58 dockes Exp $ (C) 2005 J.F.Dockes"; #endif #include @@ -351,7 +351,7 @@ void ResList::resultPageNext() time_t mtime = doc.dmtime.empty() ? atol(doc.fmtime.c_str()) : atol(doc.dmtime.c_str()); struct tm *tm = localtime(&mtime); - strftime(datebuf, 99, " %Y-%m-%d %H:%M:%S %z", tm); + strftime(datebuf, 99, " %Y-%m-%d %H:%M:%S %z", tm); } // Size information. We print both doc and file if they differ a lot