Blender Git Commit Log
Git Commits -> Revision fbdff29
Revision fbdff29 by Andrew Wiggin (master) December 1, 2011, 18:38 (GMT) |
Fix for RNA_warning crashing on MSVC release builds 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: fbdff29c7ebfaa340e0dcf731ca03be2d0a8288a
SVN Revision: 42322
Parent Commit: b5332f2
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/RNA_access.h (+1, -1) (Diff)