[quake3-commits] r1806 - trunk/code/sys
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Dec 19 12:45:03 EST 2010
Author: tma
Date: 2010-12-19 12:45:03 -0500 (Sun, 19 Dec 2010)
New Revision: 1806
Modified:
trunk/code/sys/sys_unix.c
Log:
* (bug #4853) Fix comment that refers to old code
Modified: trunk/code/sys/sys_unix.c
===================================================================
--- trunk/code/sys/sys_unix.c 2010-12-19 17:35:01 UTC (rev 1805)
+++ trunk/code/sys/sys_unix.c 2010-12-19 17:45:03 UTC (rev 1806)
@@ -92,8 +92,7 @@
*/
/* base time in seconds, that's our origin
timeval:tv_sec is an int:
- assuming this wraps every 0x7fffffff - ~68 years since the Epoch (1970) - we're safe till 2038
- using unsigned long data type to work right with Sys_XTimeToSysTime */
+ assuming this wraps every 0x7fffffff - ~68 years since the Epoch (1970) - we're safe till 2038 */
unsigned long sys_timeBase = 0;
/* current time in ms, using sys_timeBase as origin
NOTE: sys_timeBase*1000 + curtime -> ms since the Epoch
More information about the quake3-commits
mailing list