[Bf-blender-cvs] [2c0faad] id-remap: Minor picky fix...

Bastien Montagne noreply at git.blender.org
Tue Sep 22 10:03:45 CEST 2015


Commit: 2c0faad6d5546bf53259ade60819096c9955ee09
Author: Bastien Montagne
Date:   Tue Sep 22 09:44:14 2015 +0200
Branches: id-remap
https://developer.blender.org/rB2c0faad6d5546bf53259ade60819096c9955ee09

Minor picky fix...

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

M	source/blender/blenloader/intern/readfile.c

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

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 97e2d39..ac6ae16 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9650,7 +9650,7 @@ void BLO_library_link_all(Main *mainl, BlendHandle *bh)
 }
 
 static ID *link_named_part_ex(
-        Main *mainl, FileData *fd, const char *idname, const int idcode, const int flag,
+        Main *mainl, FileData *fd, const char *idname, const int idcode, const short flag,
 		Scene *scene, View3D *v3d, const bool use_placeholders, const bool force_indirect)
 {
 	ID *id = link_named_part(mainl, fd, idname, idcode, use_placeholders, force_indirect);




More information about the Bf-blender-cvs mailing list