From 68c0d64848fb675f39d7c73c3e5cfeb15f570785 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Fri, 10 Apr 2020 00:03:02 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index f495b51..648537a 100644 --- a/du5/program.c +++ b/du5/program.c @@ -38,7 +38,7 @@ int main(){ int score=0; int c =0; char str[100]; - while(fgets(str,100,stdin)){ + while(fgets(str,100,stdin)!=EOF){ if(isalpha(str[0])!=0||str[0]=='\n'){ if(c==0){ printf("Nepodarilo nacitat nic\n");