du5
This commit is contained in:
parent
43d8775bb2
commit
9871d392d4
@ -61,9 +61,8 @@ void start(Tree *node) {
|
||||
printf("%s\n", node->text);
|
||||
|
||||
if (fgets(input, SIZE, stdin) == NULL) {
|
||||
printf("Nespravny vstup\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
int i = 0;
|
||||
while (input[i] == ' ' || input[i] == '\t') i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user