diff --git a/bindings/guile/gnc-optiondb.i b/bindings/guile/gnc-optiondb.i index 5e8a3df693..e3ccd8a90a 100644 --- a/bindings/guile/gnc-optiondb.i +++ b/bindings/guile/gnc-optiondb.i @@ -1284,7 +1284,7 @@ inline SCM return_scm_value(ValueType value) if constexpr (is_QofQueryValue_v) { QofQuery* value{const_cast(option.get_value())}; - return scm_simple_format(SCM_BOOL_F, ticked_format_str, + return scm_simple_format(SCM_BOOL_F, list_format_str, scm_list_1(gnc_query2scm(value))); } if constexpr (is_same_decayed_v