Blender Git Commit Log

Git Commits -> Revision b919467

Revision b919467 by Sybren A. Stüvel (master)
September 28, 2021, 09:05 (GMT)
Path util: BLI_path_contains() case-insensitive on Windows

Make `BLI_path_contains()` case-insensitive on Windows. This behaviour
is dependent on the platform Blender is running on, like the rest of
BLI_path, and not on the style of paths (Windows-style paths will be
treated case-sensitively when Blender is running on Linux/macOS).

Commit Details:

Full Hash: b91946780cd4fecd4dacebd1cd5b785a89773f0f
Parent Commit: 741fa81
Lines Changed: +13, -0

2 Modified Paths:

/source/blender/blenlib/intern/path_util.c (+5, -0) (Diff)
/source/blender/blenlib/tests/BLI_path_util_test.cc (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021