From 5d2b862898b936e5a10ae79ada509cbe70bc3255 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 00:24:37 -0500 Subject: [PATCH] config_passthrough.cpp --- src/config_passthrough.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index 22f887d4..4ea4e33d 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -24,7 +24,7 @@ template<> std::string Passthrough::to_string() const { - BE_Passthrough x = _data; + BE_Passthrough x = _data.to_int(); return x._to_string();