Blender Git Commit Log
Git Commits -> Revision a5e9f02
Revision a5e9f02 by Hans Goudey (master) June 3, 2020, 04:37 (GMT) |
Fix T77289: Crash when typing negative numbers This was caused by an oversight in rB45dbc38a8b15. When the next operation character is found the offset is shifted in the original string. The remaining length has to be recalculated with that offset before shifting the remaining characters to make room for the ")". |
Commit Details:
Full Hash: a5e9f024f21c76fd53c4734f287f043c3bc0beca
Parent Commit: 2e52b32
Lines Changed: +5, -8
1 Modified Path:
/source/blender/blenkernel/intern/unit.c (+5, -8) (Diff)