forked from bartvdbraak/blender
Fix syntax error in earlier commit.
This commit is contained in:
parent
0799c2665c
commit
232be3a2e8
@ -432,7 +432,7 @@ void bone_autoside_name (char *name, int strip_number, short axis, float head, f
|
||||
*/
|
||||
if (extension[0]) {
|
||||
if ((32 - len) < strlen(extension)) {
|
||||
strncpy(name, basename, len-strlen(extension);
|
||||
strncpy(name, basename, len-strlen(extension));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user