gcompris r3727 - in trunk: . src/gcompris



Author: bcoudoin
Date: Thu Feb 19 23:32:50 2009
New Revision: 3727
URL: http://svn.gnome.org/viewvc/gcompris?rev=3727&view=rev

Log:
	- Should fix the empty date field in the log on Windows


Modified:
   trunk/ChangeLog
   trunk/src/gcompris/log.c

Modified: trunk/src/gcompris/log.c
==============================================================================
--- trunk/src/gcompris/log.c	(original)
+++ trunk/src/gcompris/log.c	Thu Feb 19 23:32:50 2009
@@ -94,7 +94,8 @@
   /* Prepare our log */
 
   /* The default format for time represenation.  See strftime(3) */
-  char *fmt = "%F %T";
+  /* Warning %F not supported on Windows */
+  char *fmt = "%Y-%m-%d %H:%M:%S";
 
   char buf[256];
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]