mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-20 02:52:23 -07:00
build path tree via non-case-mutated (non-normalized) src file paths in rdi build; still sanitize paths, but do not normalize them until we actually have to build the normalized file path map build
This commit is contained in:
@@ -1473,7 +1473,8 @@ str8_path_list_resolve_dots_in_place(String8List *path, PathStyle style)
|
||||
}
|
||||
|
||||
internal String8
|
||||
str8_path_list_join_by_style(Arena *arena, String8List *path, PathStyle style){
|
||||
str8_path_list_join_by_style(Arena *arena, String8List *path, PathStyle style)
|
||||
{
|
||||
StringJoin params = {0};
|
||||
switch(style)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user