branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 21:33:10 -06:00
parent 8d9ed5305b
commit 46707ab24e

View File

@ -20,7 +20,7 @@ Branches2::Branches2(toml::value const &v_)
auto const &branch_table = branch.as_table();
printf("%s\n",
branch_table.at("type").as_string().c_str());
branch_table.at("type").as_string().str().c_str());
}
}
}