Blender Git Commit Log
Git Commits -> Revision 51c433f
Revision 51c433f by Ray molenkamp (master) January 25, 2021, 15:50 (GMT) |
Windows: Remove zero terminator from stack trace Important lesson to be learned here, leaving comments is great and in the moment, they usually make sense. Many months later they may not quite make as much sense any more and time will have to be spend to figure out what was meant, all of this would have been averted with a better comment. The zero terminator in this case, I can find no evidence of it being used or relied on at any point. It does however break GTests's `EXPECT_EXIT` macro that stops looking in the output as soon as it sees the zts and doesn't end up looking at the actual assert text being thrown. Which in turn makes the`fcurve_active_keyframe`test fail when run in debug mode on windows. |
Commit Details:
Full Hash: 51c433f1a52dfd0a0d51f3d8a2a954352be09b98
Parent Commit: 8a77019
Lines Changed: +0, -1
1 Modified Path:
/source/blender/blenlib/intern/system_win32.c (+0, -1) (Diff)