mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-09-24 02:00:05 +00:00
normalize paths with inconsistent slashes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user