From 4fcca08b205119fe3132803006efe763e4e05b48 Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Fri, 3 Apr 2020 00:27:03 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu4/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du4/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index a091d06..4fd8eee 100644 --- a/du4/program.c +++ b/du4/program.c @@ -51,7 +51,7 @@ for(;eof!=EOF;count++){ if(eof=='='){ ro=1; } - if(!isdigit(eof) && eof!='.' && eof!=' ' && eof!='='){ + if(!isdigit(eof) && eof!='.' && eof!=' '){ k++; } if(eof!=' '){