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-11-28 03:56:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-28 03:56:29 +0400
commit2022580ce19beeab0371cd69bf696153e597895c (patch)
treede3505d9fbe721825fb2f5fc8d6382305e388ee1 /source/blender/makesdna/intern
parent756edb34c6e927587ba7f1aa08fb41e1b8ef6e7a (diff)
parenta2e10608626a9b3bd8a17cf4264a54ce2f03ed6f (diff)
svn merge ^/trunk/blender -r42194:42197
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 64893420db4..b9bd2c073bf 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -309,8 +309,9 @@ static int add_name(const char *str)
if (debugSDNA > 3) printf("seen %c ( %d) \n", str[j], str[j]);
j++;
}
- if (debugSDNA > 3) printf("seen %c ( %d) \n", str[j], str[j]);
- if (debugSDNA > 3) printf("special after offset %d\n", j);
+ if (debugSDNA > 3) printf("seen %c ( %d) \n"
+ "special after offset%d\n",
+ str[j], str[j], j);
if (!isfuncptr) {
/* multidimensional array pointer case */