mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Looks like our string_view fix hasn't worked --- tweak.
This commit is contained in:
@@ -43,8 +43,9 @@ int main(int argc, const char* argv[])
|
|||||||
{
|
{
|
||||||
const auto* descriptor =
|
const auto* descriptor =
|
||||||
FilesystemProto::FilesystemType_descriptor();
|
FilesystemProto::FilesystemType_descriptor();
|
||||||
std::string name =
|
auto name =
|
||||||
descriptor->FindValueByNumber(fs.type())->name();
|
(std::string)descriptor->FindValueByNumber(fs.type())
|
||||||
|
->name();
|
||||||
|
|
||||||
filesystems.insert(name);
|
filesystems.insert(name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user