Обновить cv1/program.c
This commit is contained in:
parent
48b5aeb747
commit
d36ee9900c
@ -30,8 +30,7 @@ int main() {
|
|||||||
|
|
||||||
printf("Zadaj hladanu surovinu:");
|
printf("Zadaj hladanu surovinu:");
|
||||||
if (fgets(ingredient, MAX_NAME_LEN, stdin) == NULL) {
|
if (fgets(ingredient, MAX_NAME_LEN, stdin) == NULL) {
|
||||||
fprintf(stderr, "Ошибка чтения ингредиента.\n");
|
return 0; // Обработка ошибки
|
||||||
return 1; // Обработка ошибки
|
|
||||||
}
|
}
|
||||||
ingredient[strcspn(ingredient, "\n")] = '\0';
|
ingredient[strcspn(ingredient, "\n")] = '\0';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user