This commit is contained in:
Matej Hajduk 2025-09-24 14:41:26 +02:00
parent 3fe8494497
commit 0adaab34bb

View File

@ -55,7 +55,7 @@ int main() {
if (strstr(norm_dish, h) != NULL) {
printf("%s\n", j);
printf("%.2s\n", price);
printf("%s\n", price);
}
}