13
0

minor comment change

This commit is contained in:
Paul Davis 2016-05-05 14:21:55 -04:00
parent 25603d810f
commit bb99df867f

View File

@ -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 ());