push
This commit is contained in:
parent
06d14fdc9b
commit
1098b82f8a
@ -56,7 +56,7 @@ void spusti_system(struct strom* uzol) {
|
|||||||
char odpoved[SIZE];
|
char odpoved[SIZE];
|
||||||
memset(odpoved, 0, SIZE);
|
memset(odpoved, 0, SIZE);
|
||||||
if (fgets(odpoved, SIZE, stdin) == NULL) {
|
if (fgets(odpoved, SIZE, stdin) == NULL) {
|
||||||
printf("Nerozumiem\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user