[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26208] trunk/blender/source/blender/ blenlib/intern/threads.c: accidentally commited a patch that modifies wait_timeout, which I' ve not thourougly tested, but I'm not reverting it since it' s needed to make msvc compile.

Joseph Eagar joeedh at gmail.com
Sat Jan 23 12:32:21 CET 2010


Revision: 26208
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26208
Author:   joeedh
Date:     2010-01-23 12:32:21 +0100 (Sat, 23 Jan 2010)

Log Message:
-----------
accidentally commited a patch that modifies wait_timeout, which I've not thourougly tested, but I'm not reverting it since it's needed to make msvc compile.  it's only used if compiling with windows anyway.  patch by mitchel stokes.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/threads.c

Modified: trunk/blender/source/blender/blenlib/intern/threads.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/threads.c	2010-01-23 11:26:57 UTC (rev 26207)
+++ trunk/blender/source/blender/blenlib/intern/threads.c	2010-01-23 11:32:21 UTC (rev 26208)
@@ -541,6 +541,7 @@
 
 	timeout->tv_nsec = x*1000;
 #else
+	/*XXX test me*/
 	time_t now;
 	ldiv_t div_result;
 	long x;





More information about the Bf-blender-cvs mailing list