]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Tiny comment fix.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 31 Oct 2006 16:59:56 +0000 (16:59 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 31 Oct 2006 16:59:56 +0000 (16:59 +0000)
[originally from svn r6885]

logging.c

index 1a98213454fa4a78e38a5e3e2ce688c2ee39f485..c448bd7e2edd30fb9e7036c11ada992ec8240f85 100644 (file)
--- 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":<hostname>   "&&":&
+ * "&Y":YYYY   "&m":MM   "&d":DD   "&T":hhmmss   "&h":<hostname>   "&&":&
  */
 static void xlatlognam(Filename *dest, Filename src,
                       char *hostname, struct tm *tm) {