Commit 24029f46 by Jürgen Hein

Update kodutoo2Tekstirida.c

parent c873cc8b
Showing with 2 additions and 2 deletions
/* Kodutöö 2. Variant 3. /* Kodutöö 2. Variant 3.
...@@ -46,7 +46,7 @@ void SisestusS(char S[]) ...@@ -46,7 +46,7 @@ void SisestusS(char S[])
printf("Tekstirida peab olema vähem kui 25 tähemärgiga.\n"); printf("Tekstirida peab olema vähem kui 25 tähemärgiga.\n");
} }
}while(strlen(S) > k); }while(strlen(S) >= k);
} }
char SisestusC1() char SisestusC1()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment