Blender Git Loki
Git Commits -> Revision ef0ea17
Revision ef0ea17 by Campbell Barton (master) June 11, 2008, 09:04 (GMT) |
bugfix, off by 1 error when filling in uninitialized values for new ID values when the requested name length was greater to or equal to 21. Also replaced incorrect use of strcpy with memmove since the strings overlap |
Commit Details:
Full Hash: ef0ea178b13b6642517f820a2baf3c316110d7ae
SVN Revision: 15195
Parent Commit: bdb3ef0
Lines Changed: +17, -7