[Bf-blender-cvs] [8e3a3a2] experimental-build: test commit (fix 32bit DNA...).

Bastien Montagne noreply at git.blender.org
Wed Aug 19 23:28:48 CEST 2015


Commit: 8e3a3a2f5376c95eff2002a1c6c577eb860c5827
Author: Bastien Montagne
Date:   Wed Aug 19 23:28:23 2015 +0200
Branches: experimental-build
https://developer.blender.org/rB8e3a3a2f5376c95eff2002a1c6c577eb860c5827

test commit (fix 32bit DNA...).

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

M	source/blender/makesdna/DNA_space_types.h

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

diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 02a36ea..b8f2ce1 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -773,8 +773,10 @@ typedef struct AssetUUIDList {
 typedef struct FileDirEntryRevision {
 	struct FileDirEntryRevision *next, *prev;
 
-	int uuid[4];
 	char *comment;
+	void *pad;
+
+	int uuid[4];
 
 	uint64_t size;
 	int64_t time;




More information about the Bf-blender-cvs mailing list