When adding a meal entry with a many portions, the program will add the meal entry with that many portions, even if it is a ridiculous number such as 2147483647.
Steps to reproduce:
- Add a meal entry with the
add mealEntry command, and give the input a high portion value. E.g., add mealEntry Eggs /c250 /p2147483647
- The program will add that meal entry 2147483647 times.

When adding a meal entry with a many portions, the program will add the meal entry with that many portions, even if it is a ridiculous number such as 2147483647.
Steps to reproduce:
add mealEntrycommand, and give the input a high portion value. E.g.,add mealEntry Eggs /c250 /p2147483647