Wrong assigning

This commit is contained in:
Viktar Lukashonak 2022-12-10 17:55:21 +03:00
parent a08967e008
commit 9218968d2f
No known key found for this signature in database
GPG Key ID: 08A413AA87200A6F
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ auto waybar::modules::Clock::calendar_text(const waybar_time& wtime) -> std::str
os << '\n';
print_wd = {ym / d};
print_wd = (ym / d);
if (weeks_pos == WeeksSide::LEFT) {
os << fmt::format(weeks_format_, print_wd) << ' ';