mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:05:15 +08:00
branches2.cpp
This commit is contained in:
parent
8d9ed5305b
commit
46707ab24e
|
@ -20,7 +20,7 @@ Branches2::Branches2(toml::value const &v_)
|
||||||
auto const &branch_table = branch.as_table();
|
auto const &branch_table = branch.as_table();
|
||||||
|
|
||||||
printf("%s\n",
|
printf("%s\n",
|
||||||
branch_table.at("type").as_string().c_str());
|
branch_table.at("type").as_string().str().c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user