This commit is contained in:
Denis Landa 2025-11-20 21:03:09 +01:00
parent e9d6f73da8
commit 0bcc777c74

View File

@ -53,7 +53,7 @@ void spusti_system(struct Uzol* u){
return;
}
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
printf("Nerozumiem\n");
printf("%s", u->text);
char c;
@ -69,7 +69,7 @@ void spusti_system(struct Uzol* u){
spusti_system(u->nie);
}
else{
printf("Nespravny vstup. Odpovedajte len 'a' alebo 'n'.\n");
printf("Nerozumiem\n");
}
}