mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
config_passthrough.cpp
This commit is contained in:
@@ -24,7 +24,7 @@ template<>
|
||||
std::string
|
||||
Passthrough::to_string() const
|
||||
{
|
||||
BE_Passthrough x = BE_Passthrough::_from_integral(_data);
|
||||
BE_Passthrough x = BE_Passthrough::_from_integral(_data.to_int());
|
||||
|
||||
return x._to_string();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user