mu-view: test locale to C for tests

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-29 17:25:07 +03:00
parent 3ada6af63a
commit 3a38d6366a
2 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ struct TempTz {
old_tz_ = set_tz(tz);
else
old_tz_ = {};
mu_debug("timezone '{}' {}available", tz, old_tz_ ? "": "not");
mu_debug("timezone '{}' {}available", tz, old_tz_ ? "": "not ");
}
~TempTz() {
if (old_tz_) {