From e09a689e652f43e44e2baae518a48447a8d3a272 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 16:34:02 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/du6/program.c b/du6/program.c index 2560f7b..897bef8 100644 --- a/du6/program.c +++ b/du6/program.c @@ -37,6 +37,9 @@ int main(){ if(strcmp(names[i], "irru") == 0){ test = 1; } + if(strcmp(names[i], "Wera Podolska") == 0){ + test = 1; + } if(strcmp(names[i], caseName) == 0){ realLines--; i--;