Blender Git Commit Log
Git Commits -> Revision e660793
January 1, 2015, 14:23 (GMT) |
Add BLI helpers for fnmatch head/tail wildcards handling. `BLI_fnmatch_strncpy_add_endswildcards()` will copy and add '*' wildcards on both ends of given string, if needed. `BLI_fnmatch_strcmp_ignore_endswildcards()` is same as strcmp, but ignores any '*' wildcards on both ends of given strings. |
Commit Details:
Full Hash: e660793896a7b91243306935b30c563270bbb6a5
Parent Commit: 224eb00
Lines Changed: +92, -1