From f15956356c7706c93152f4267cd1cea24b2c9e30 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Dec 2007 15:06:02 +0000 Subject: misc warning fixes and one fix for a big in curve allocation --- source/blender/blenlib/BLI_blenlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_blenlib.h') diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h index 57248fb1d68..bcb51fa1393 100644 --- a/source/blender/blenlib/BLI_blenlib.h +++ b/source/blender/blenlib/BLI_blenlib.h @@ -368,7 +368,7 @@ void BLI_setInterruptCallBack(int (*f)(void)); char *BLI_strcasestr(const char *s, const char *find); int BLI_strcasecmp(const char *s1, const char *s2); int BLI_strncasecmp(const char *s1, const char *s2, int n); -void BLI_timestr(double time, char *str); +void BLI_timestr(double _time, char *str); /* time var is global */ /** * Trick to address 32 GB with an int (only for malloced pointers) -- cgit v1.2.3