From ffc9a2cc70459ec1bd873c92ed3163a8e355b852 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Jul 2013 00:02:35 +0200 Subject: Revert "replace "-inf" with UTF8 infinity symbol" This reverts commit 7f2000ec8b0d6e0d3a6e22db44a8859301d35791. --- gtk2_ardour/option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/option_editor.cc') diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index d0087d2083..1768bff1a7 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -254,7 +254,7 @@ FaderOption::set_state_from_config () char buf[16]; if (val == 0.0) { - snprintf (buf, sizeof (buf), "-\u221e"); + snprintf (buf, sizeof (buf), "-inf"); } else { snprintf (buf, sizeof (buf), "%.2f", accurate_coefficient_to_dB (val)); } -- cgit v1.2.3