[mapguide-commits] r4292 - trunk/MgDev/Common/Renderers

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 8 16:07:09 EDT 2009


Author: brucedechant
Date: 2009-10-08 16:07:08 -0400 (Thu, 08 Oct 2009)
New Revision: 4292

Modified:
   trunk/MgDev/Common/Renderers/AGGRenderer.cpp
Log:
Fix for trac ticket 1116 - GetTickCount() debugging/unit testing method on Linux is not returning correct results
http://trac.osgeo.org/mapguide/ticket/1116

Notes:
- Fix typo in include file. One should not make changes on Linux and then submit from Windows :)


Modified: trunk/MgDev/Common/Renderers/AGGRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Renderers/AGGRenderer.cpp	2009-10-08 19:12:59 UTC (rev 4291)
+++ trunk/MgDev/Common/Renderers/AGGRenderer.cpp	2009-10-08 20:07:08 UTC (rev 4292)
@@ -75,7 +75,7 @@
 
 // Linux version of GetTickCount()
 // Note: The Windows version of GetTickCount() returns the results in milliseconds.
-#include <sys/times.h>
+#include <sys/time.h>
 
 long GetTickCount()
 {



More information about the mapguide-commits mailing list