Blender Git Loki
Git Commits -> Revision a83c67c
Revision a83c67c by Campbell Barton (master) January 11, 2021, 06:51 (GMT) |
Fix incorrect use of BLI_snprintf in sequencer text concatenation The start of the text was stepped over without subtracting it's length (introduced in fad80a95fd08ec87a37f30f0b94a7061d4e382f2). Replace this logic with BLI_string_join_array to simplify construction. |
Commit Details:
Full Hash: a83c67c1831708f760e7f421f6bd39242cf23176
Parent Commit: b01e62e
Lines Changed: +25, -18
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_draw.c (+25, -18) (Diff)