minor comment change
This commit is contained in:
parent
25603d810f
commit
bb99df867f
@ -70,7 +70,9 @@ LocaleGuard::~LocaleGuard ()
|
|||||||
|
|
||||||
if (current != old_cpp) {
|
if (current != old_cpp) {
|
||||||
/* the C++ locale should always be "C", that's the default
|
/* 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.
|
* if it's not: some plugin meddled with it.
|
||||||
*/
|
*/
|
||||||
assert (old_cpp == std::locale::classic ());
|
assert (old_cpp == std::locale::classic ());
|
||||||
|
Loading…
Reference in New Issue
Block a user