From: Jacob Nevins Date: Tue, 31 Oct 2006 16:59:56 +0000 (+0000) Subject: Tiny comment fix. X-Git-Tag: 0.59~64 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=06c7e29607cd3185f515088edd76b0186fbbdbd7;p=PuTTY.git Tiny comment fix. [originally from svn r6885] --- diff --git a/logging.c b/logging.c index 1a982134..c448bd7e 100644 --- a/logging.c +++ b/logging.c @@ -352,7 +352,7 @@ void log_reconfig(void *handle, Config *cfg) * translate format codes into time/date strings * and insert them into log file name * - * "&Y":YYYY "&m":MM "&d":DD "&T":hhmm "&h": "&&":& + * "&Y":YYYY "&m":MM "&d":DD "&T":hhmmss "&h": "&&":& */ static void xlatlognam(Filename *dest, Filename src, char *hostname, struct tm *tm) {