Blender Git Commit Log
Git Commits -> Revision dcba34b
Revision dcba34b by Brecht Van Lommel (master) January 21, 2014, 13:59 (GMT) |
Fix T38303: same names with different case sorted unpredictable in the file browser. The string comparison was in lower case, so the same strings with different case were considered the same which can make qsort give different results on each sort since it's not a stable sort. Now take case into account in comparison. |
Commit Details:
Full Hash: dcba34b4119619dccfa03fa8d99971724c87b358
Parent Commit: 19da32a
Lines Changed: +7, -1
1 Modified Path:
/source/blender/blenlib/intern/string.c (+7, -1) (Diff)