From dc9e5adba4f468b5b66fc50a39f8eaf9a5ea419c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 26 May 2026 19:07:49 +0000 Subject: [PATCH] Increase maximum FOOD_EVENTS per EVENTS row Some of the MS Access columns have semi-colons separating food values, so instead of 2 values to go with the 2 MS Access columns we need 4 possible values. --- include/limits.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/limits.m4 b/include/limits.m4 index 31f2c47..2cc09e2 100644 --- a/include/limits.m4 +++ b/include/limits.m4 @@ -83,7 +83,7 @@ dnl The earliest possible AGGRESSION_EVENT_LOG.Year value define(`sdb_first_aggression_event_log_year', `1960') dnl The maximal number of foods consumed per food event (FOOD_EVENTS) -define(`sdb_max_foods', `2') +define(`sdb_max_foods', `4') divert(`0')dnl Output with m4 again ]}])dnl End of ifdef over the whole file. -- 2.34.1