Files
test/source
Campbell Barton dbc097d6b8 Fix error in blf_get_sample_text returning a pointer to stack memory
Copy-by-value was used when iterating over unicode_samples which
then referenced an array from the value.

Resolve by referencing a const pointer to the unicode_sample array.
2022-09-30 15:03:18 +10:00
..
2022-09-29 13:32:16 +10:00
2022-09-28 13:45:22 +02:00