From 5e74542bb652cb19741a3c81dbd53f5e961a3c22 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Apr 2010 21:46:25 +0000 Subject: use size_t for MEM_allocN_len as well as some of its callers --- source/blender/blenloader/intern/readfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader') 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 -- cgit v1.2.3