Blender Git Commit Log

Git Commits -> Revision 6ce383a

Revision 6ce383a by Campbell Barton (master)
October 24, 2021, 11:38 (GMT)
Cleanup: cross-reference right pointing arrow literal

This value is defined in the UI module, but happens to be used
in string_search.cc too. Note that these references need to be kept in
sync. Use escaped utf-8 sequence since the literal can be avoided.

Also replace BLI_str_utf8_as_unicode calls with constant assignments
as these values are known there is no need to decode a utf-8 sequence.

Commit Details:

Full Hash: 6ce383a9dfba5c49a48676c3a651804fde3dfe34
Parent Commit: 1411118
Lines Changed: +20, -6

3 Modified Paths:

/source/blender/blenlib/intern/string_search.cc (+9, -2) (Diff)
/source/blender/blenlib/tests/BLI_string_search_test.cc (+8, -2) (Diff)
/source/blender/editors/include/UI_interface.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021