From c581a7d17239a753d8da5a765c5f19b13af41ccf Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 10:28:01 -0500 Subject: [PATCH] config_passthrough.cpp --- src/config_passthrough.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index cb730f7c..455cd454 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -27,6 +27,8 @@ Passthrough::to_string() const BE_Passthrough x = BE_Passthrough::_from_integral(_data); return x._to_string(); + + return BE_Passthrough::_from_integral(_data).to_string(); } template<>