From b6c72598ea7f92906259bd919171b49f5c73c228 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Feb 2019 17:05:52 +0100 Subject: [PATCH] =?UTF-8?q?Ich=20pr=C3=A4zisierte,=20dass=20die=20feiertag?= =?UTF-8?q?e=20gesetzlich=20sind.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feiertagebot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feiertagebot.cpp b/feiertagebot.cpp index ce9eaf3..15639c0 100644 --- a/feiertagebot.cpp +++ b/feiertagebot.cpp @@ -28,7 +28,7 @@ using std::chrono::system_clock; using std::chrono::hours; using std::uint_fast16_t; -const string version = "2019-02-12_3"; +const string version = "2019-02-12_4"; struct Holiday { @@ -178,7 +178,7 @@ int main() { continue; } - output += "Am " + current_day.date + " ist " + current_day.description + " in "; + output += "Am " + current_day.date + " ist " + current_day.description + ", ein gesetzlicher Feiertag in "; if (std::find(current_day.regions.begin(), current_day.regions.end(), "NATIONAL") != current_day.regions.end()) { output += "Deutschland.\n";