Blender Git Commit Log
Git Commits -> Revision a15189f
Revision a15189f by Campbell Barton (master) January 6, 2011, 01:35 (GMT) |
fix for clang static check warnings. - convertblender.c, remove assignments to unused vars. - readfile.c, fix 2 possible crashes. null pointers were being checked for then used later without checking. - space_graph.c, use switch statement for automatic color assignment rather then a float array. |
Commit Details:
Full Hash: a15189f845efdc78a146813ed8aedb35a043120d
SVN Revision: 34111
Parent Commit: 5f64450
Lines Changed: +36, -43