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>2011-12-26 04:05:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-26 04:05:41 +0400
commit986e62f3b6f03dda88149b1e8a8f301a4d24ab78 (patch)
tree5810aa4a87275bf2a13c09d51d175fb9451de61b /source/creator
parent02d72b5c076f4ae1b47da74fe7a60a916edad9f2 (diff)
fix for a bug in mathutils when a vector was accessing a matrix and the matrix size increased, future access too the vector would write past the allocated bounds. now raise an exception.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 094277a1e9f..e15950a665c 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -301,7 +301,7 @@ static int print_help(int UNUSED(argc), const char **UNUSED(argv), void *data)
printf (" $BLENDER_USER_CONFIG Directory for user configuration files.\n");
printf (" $BLENDER_USER_SCRIPTS Directory for user scripts.\n");
printf (" $BLENDER_SYSTEM_SCRIPTS Directory for system wide scripts.\n");
- printf (" $BLENDER_USER_DAT`AFILES Directory for user data files (icons, translations, ..).\n");
+ printf (" $Directory for user data files (icons, translations, ..).\n");
printf (" $BLENDER_SYSTEM_DATAFILES Directory for system wide data files.\n");
printf (" $BLENDER_SYSTEM_PYTHON Directory for system python libraries.\n");
#ifdef WIN32