From bb99df867f97b14511a7d0cfc4f74d3e5de4ef7b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 May 2016 14:21:55 -0400 Subject: [PATCH] minor comment change --- libs/pbd/locale_guard.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/pbd/locale_guard.cc b/libs/pbd/locale_guard.cc index a448cbd24b..62318c6445 100644 --- a/libs/pbd/locale_guard.cc +++ b/libs/pbd/locale_guard.cc @@ -70,7 +70,9 @@ LocaleGuard::~LocaleGuard () if (current != old_cpp) { /* the C++ locale should always be "C", that's the default - * at application start, and ardour never changes it + * at application start, and ardour never changes it to + * anything but "C". + * * if it's not: some plugin meddled with it. */ assert (old_cpp == std::locale::classic ());