normalize paths with inconsistent slashes

This commit is contained in:
Nikita Smith
2026-02-20 22:08:26 -08:00
parent 4b88258a30
commit 20d3fa4ddb
5 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -2248,7 +2248,7 @@ RD_VIEW_UI_FUNCTION_DEF(text)
for EachNode(override_n, String8Node, overrides.first)
{
String8 file_path = override_n->string;
String8 file_path_normalized = lower_from_str8(scratch.arena, path_normalized_from_string(scratch.arena, file_path));
String8 file_path_normalized = rdim_normalize_path_str8(scratch.arena, file_path);
B32 good_src_id = 0;
U32 src_id = 0;
if(rdi != &rdi_parsed_nil)