Commit: 7e7a85f90743b53e8c676487f3a51f108e6aa850
Author: Bastien Montagne
Date:   Mon Jun 23 16:55:04 2014 +0200
https://developer.blender.org/rB7e7a85f90743b53e8c676487f3a51f108e6aa850

Fix own typo in temp_data patch, (windows-only)

Don't know when this sneaked in, I did wrote that part of the patch on win VM 
with MSVC2013... :/

Note: letting asside warnings for now, then should not prevent building anyway.

===================================================================

M       source/blender/blenlib/intern/fileops.c

===================================================================

diff --git a/source/blender/blenlib/intern/fileops.c 
b/source/blender/blenlib/intern/fileops.c
index c1a103b..6123553 100644
--- a/source/blender/blenlib/intern/fileops.c
+++ b/source/blender/blenlib/intern/fileops.c
@@ -320,7 +320,7 @@ static bool delete_recursive(const char *dir)
                        /* Skip! */
                }
                else if (S_ISDIR(fl->type)) {
-                       if (delete_recursive(fl->path) {
+                       if (delete_recursive(fl->path)) {
                                err = true;
                        }
                }

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

Reply via email to