logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: 08c66c4ed26f13781bd1bb8f147d0cba350b5709
parent 67182daf4aaae85347380f1609c30a8e1fbb7601
Author: neauoire <aliceffekt@gmail.com>
Date:   Fri, 20 Dec 2019 12:10:41 -0500

Working on migrating the db

Diffstat:

Msrc/recipe.c4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/recipe.c b/src/recipe.c @@ -2,9 +2,9 @@ typedef struct { char *name; int instructions_len; - char *instructions[10]; + char *instructions[16]; int servings_len; - Serving servings[10]; + Serving servings[16]; } RecipePart; typedef struct {