From 5883d158281c00809aac59dccfabad4988bd39d3 Mon Sep 17 00:00:00 2001 From: Andrii Hermaniuk Date: Sun, 27 Mar 2022 15:54:16 +0200 Subject: [PATCH] aaa --- du4/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index bf467fa..de9e008 100644 --- a/du4/program.c +++ b/du4/program.c @@ -27,7 +27,7 @@ for(int c=0;c'9')&&start[idx]!=' '&&start[idx]!='='&&start[idx]!='+'&&start[idx]!='-'&&start[idx]!='*'&&start[idx]!='/'&&start[idx]!='.'){ skip=1; printf("CHYBA\n"); - while((*start)!='\n')start++ + while((*start)!='\n')start++; break; } }