Blender Git Commit Log
Git Commits -> Revision 5983bbe
Revision 5983bbe by Andrew Wiggin (master) December 1, 2011, 18:35 (GMT) |
Fix for [#29472] ctrl F in edition causes crash MSVC is not C99-compliant, but with the macro as it was, the "args" part was consuming and dropping one of the params, so the format string wanted N extra args, and there were only N-1... boom, crash! Without "args" this works correctly (checked on MSVC10 release build) |
Commit Details:
Full Hash: 5983bbe3c90c9621fd7c26047245e93139331652
SVN Revision: 42320
Parent Commit: 6bdd65c
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/RNA_access.h (+1, -1) (Diff)