Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-25 21:13:30 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-25 21:13:30 +0400
commit3fe10d475fa41d31ee143294dce4c0f335e5ffc5 (patch)
tree07f408ac4f07b443b11492b9ebbb274f6766624a /source/blender/blenloader/intern/readfile.h
parentd236f8d45011bddb2517beace092f80bec279c13 (diff)
Fix a bad bug with direct/indirect linking since 2.5. Indirectly linked libraries
could get loaded twice in some cases, causing issues with e.g. node groups.
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index aa388923f6b..a3aa8e783a0 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -87,7 +87,7 @@ typedef struct FileData {
struct bheadsort *bheadmap;
int tot_bheadmap;
- ListBase mainlist;
+ ListBase *mainlist;
/* ick ick, used to return
* data through streamglue.