From de2392833ec17a9deb865fdac0af73275fd960ff Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 7 Sep 2022 21:09:09 +0100 Subject: Default allow_empty_last_param to false. --- include/ctables.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/ctables.h b/include/ctables.h index 857ae15bf..bfbf45912 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -193,9 +193,8 @@ public: * checking there are enough params, etc. (i.e. the handler won't * be called if there aren't enough params after popping the empty * param). - * True by default */ - bool allow_empty_last_param = true; + bool allow_empty_last_param = false; /** Translation type list for possible parameters, used to tokenize * parameters into UIDs and SIDs etc. -- cgit v1.3.1-10-gc9f91