== Align ==

Bugfix:

Fix for "Use pupmenu menu to select align orientation. Faster workflow than always having to change the current transform orientation beforehand."

memory corruption... (theeth ? )
This commit is contained in:
Peter Schlaile
2008-03-16 17:43:59 +00:00
parent f31d4af178
commit bb98264bcc

View File

@@ -321,7 +321,7 @@ char * BIF_menustringTransformOrientation(char *title) {
char *str_menu, *p;
str_menu = MEM_callocN(strlen(menu) + 40 * BIF_countTransformOrientation(), "UserTransSpace from matrix");
str_menu = MEM_callocN(strlen(menu) + strlen(title) + 40 * BIF_countTransformOrientation(), "UserTransSpace from matrix");
p = str_menu;
p += sprintf(str_menu, "%s", title);