gcompris r3729 - in branches/gcomprixogoo: . src/gcompris



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

Log:
	- Merged 3727 from trunk
	- Should fix the empty date field in the log on Windows


Modified:
   branches/gcomprixogoo/ChangeLog
   branches/gcomprixogoo/src/gcompris/log.c

Modified: branches/gcomprixogoo/src/gcompris/log.c
==============================================================================
--- branches/gcomprixogoo/src/gcompris/log.c	(original)
+++ branches/gcomprixogoo/src/gcompris/log.c	Thu Feb 19 23:47:47 2009
@@ -92,7 +92,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]