Revision: 6892 http://playerstage.svn.sourceforge.net/playerstage/?rev=6892&view=rev Author: alexcb Date: 2008-07-21 06:07:19 +0000 (Mon, 21 Jul 2008)
Log Message: ----------- fixed bug in clock string text Modified Paths: -------------- code/stage/trunk/libstage/worldgui.cc Modified: code/stage/trunk/libstage/worldgui.cc =================================================================== --- code/stage/trunk/libstage/worldgui.cc 2008-07-21 05:27:12 UTC (rev 6891) +++ code/stage/trunk/libstage/worldgui.cc 2008-07-21 06:07:19 UTC (rev 6892) @@ -318,7 +318,7 @@ std::string StgWorldGui::ClockString() { - const uint32_t usec_per_hour = 360000000; + const uint32_t usec_per_hour = 3600000000; const uint32_t usec_per_minute = 60000000; const uint32_t usec_per_second = 1000000; const uint32_t usec_per_msec = 1000; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit