assign correct file path node to source file

* disabled debug check for sortness too while I'm here
This commit is contained in:
Nikita Smith
2024-10-18 16:01:17 -07:00
parent b2bdb893a0
commit 14ad67d59a
2 changed files with 23 additions and 9 deletions
+2
View File
@@ -708,6 +708,8 @@ typedef struct
////////////////////////////////
#define RDIB_PATH_TREE_NIL_STRING str8_lit("<nil>")
typedef struct RDIB_PathTreeNode
{
struct RDIB_PathTreeNode *parent;