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:
authorCampbell Barton <ideasman42@gmail.com>2010-04-30 01:46:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-30 01:46:25 +0400
commit5e74542bb652cb19741a3c81dbd53f5e961a3c22 (patch)
tree9f514a459150991d56f389aa55f837d885b31108 /source/blender/blenloader
parentd2f5a60ca2ee3d8cc9dfe1dbb3a2e7770a2b589c (diff)
use size_t for MEM_allocN_len as well as some of its callers
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index f7dcbee79be..74cf3e0c479 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -1357,7 +1357,8 @@ static void test_pointer_array(FileData *fd, void **mat)
#else
long long *lpoin, *lmat;
#endif
- int len, *ipoin, *imat;
+ int *ipoin, *imat;
+ size_t len;
/* manually convert the pointer array in
* the old dna format to a pointer array in