i
This commit is contained in:
parent
c0db1d1f74
commit
ec7de6ca62
Binary file not shown.
@ -104,7 +104,7 @@ int read_pizza (struct pizza* item) {
|
|||||||
s_item[strcspn(s_item, "\n")] = '\0';
|
s_item[strcspn(s_item, "\n")] = '\0';
|
||||||
|
|
||||||
|
|
||||||
printf("Zadaj hlavny listok:\n");
|
printf("Zadaj jedalny listok:\n");
|
||||||
|
|
||||||
while (pocet < MAX_PIZZAS && read_pizza(&menu[pocet])) {
|
while (pocet < MAX_PIZZAS && read_pizza(&menu[pocet])) {
|
||||||
pocet++;
|
pocet++;
|
||||||
|
Loading…
Reference in New Issue
Block a user