From 4d563a2dcb314b81f995581b34cf98fc237ba7de Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Thu, 2 Apr 2020 19:06:30 +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 0bceb04..7b51d1d 100644 --- a/du4/program.c +++ b/du4/program.c @@ -47,7 +47,7 @@ for(;eof!=EOF;count++){ for(int i=0;eof!='\n';i++){ eof=getchar(); if(eof==EOF) break; - if(!isdigit(eof) && eof!='.' && eof!=' '){ + if(!isdigit(eof) && eof!='.' && eof!=' ' && eof!='='){ k++; } if(eof!=' '){