From f7fbdb76569c67931831eff9bd20947c7c0df797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bukovenszki=20Tam=C3=A1s?= Date: Sat, 15 Jun 2024 23:33:25 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=C3=BCres=20eredm=C3=A9ny?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tippjatek/tippjatek/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tippjatek/tippjatek/Program.cs b/tippjatek/tippjatek/Program.cs index c3eba96..8288dda 100644 --- a/tippjatek/tippjatek/Program.cs +++ b/tippjatek/tippjatek/Program.cs @@ -47,6 +47,9 @@ { var values = line.Split(';'); var actualResult = values[1].Split('-'); + + if (string.IsNullOrEmpty(values[1])) { continue; } + var matchResult = new MatchResult { Match = values[0],