aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-09-07 21:09:09 +0100
committerGravatar Sadie Powell2022-09-07 22:36:02 +0100
commitde2392833ec17a9deb865fdac0af73275fd960ff (patch)
tree4f552c9633725bd1bd57367286652b9d2881279e /include
parentFix more warnings discovered with -Weverything. (diff)
Default allow_empty_last_param to false.
Diffstat (limited to 'include')
-rw-r--r--include/ctables.h3
1 files changed, 1 insertions, 2 deletions
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.