Blender Git Loki
Git Commits -> Revision 4cee77b
October 29, 2008, 17:45 (GMT) |
This is a fix for coverity issue CID: 517 Basically the code was referencing var[-1] it wasn't using it but also did not need to be set in those cases. So I moved the assignments so it skips the -1 case. Kent |
Commit Details:
Full Hash: 4cee77b8224b149e2418a1b31acae752478c65c9
SVN Revision: 17220
Parent Commit: 22bcbc5
Lines Changed: +2, -2
1 Modified Path:
/source/blender/src/buttons_editing.c (+2, -2) (Diff)