r20388 - gnucash/trunk/src/libqof/qof - Fix missing timestamp in trace files on Windows

Geert Janssens gjanssens at code.gnucash.org
Tue Mar 8 08:21:54 EST 2011


Author: gjanssens
Date: 2011-03-08 08:21:54 -0500 (Tue, 08 Mar 2011)
New Revision: 20388
Trac: http://svn.gnucash.org/trac/changeset/20388

Modified:
   gnucash/trunk/src/libqof/qof/qoflog.c
Log:
Fix missing timestamp in trace files on Windows

Modified: gnucash/trunk/src/libqof/qof/qoflog.c
===================================================================
--- gnucash/trunk/src/libqof/qof/qoflog.c	2011-03-08 13:20:39 UTC (rev 20387)
+++ gnucash/trunk/src/libqof/qof/qoflog.c	2011-03-08 13:21:54 UTC (rev 20388)
@@ -117,7 +117,7 @@
         time_t now;
         struct tm now_tm;
         const char *format_24hour =
-#ifdef _MSC_VER
+#ifdef G_OS_WIN32
             "%H:%M:%S"
 #else
             "%T"



More information about the gnucash-changes mailing list