Blender Git Commit Log

Git Commits -> Revision 2901da3

Revision 2901da3 by Kent Mein (master)
January 5, 2006, 20:52 (GMT)


I added {}'s around an if block of code to prevent gcc from saying
this else is ambiguous...
code was
if (blah) if (blah2) stuff; else stuff2;
its now
if (blah) { if (blah2) stuff; else stuff2; }

Kent

Commit Details:

Full Hash: 2901da3c29087f5db3fadcbc6a2b3e05d8cdf0fb
SVN Revision: 6316
Parent Commit: 7503253
Lines Changed: +4, -2

1 Modified Path:

/source/blender/python/api2_2x/Bone.c (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021