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-06-04 20:10:20 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-06-04 20:10:20 +0400
commiteae64f9a0cb2ec52b1b30aef39d819317dae43b6 (patch)
tree8f0f179605c02eaee75ef431acab42eec0d9a6e2 /source/blender/blenloader
parent874308ba5e5636502e7b9a8223f59e2ac2e3338c (diff)
Antoher fix for library linking issues, must change all entries in the libmap,
not just the first one.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 8e9394a886e..e41e9ba18a1 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -1209,7 +1209,6 @@ static void change_idid_adr_fd(FileData *fd, void *old, void *new)
if (old==entry->newp && entry->nr==ID_ID) {
entry->newp = new;
if (new) entry->nr = GS( ((ID *)new)->name );
- break;
}
}
}