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;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to