From 7f188be486e5ce43506173ab75245f071ed067de Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 28 Jan 2024 23:24:03 -0600 Subject: [PATCH] branch_tier.cpp --- src/branch_tier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index a8d1d6ce..13812a95 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_) type = table.at("type").as_string(); if(type == "literal") - ; + load_literal_branch(table); else if(type == "glob") ; else if(type == "scan")