Mercurial > clickerconvert
diff src/constants.h @ 72:d545e5cb2b72
Make comma for unfilled choices optional
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 04 Oct 2016 17:11:01 +0200 |
parents | fe55e1e5bbf2 |
children | 1e6e7699f0b8 |
line wrap: on
line diff
--- a/src/constants.h Thu Sep 29 14:45:35 2016 +0200 +++ b/src/constants.h Tue Oct 04 17:11:01 2016 +0200 @@ -69,7 +69,7 @@ /** * @brief The pattern used to match an unfilled choice answer. */ -#define CHOICE_UNFILLED_PATTERN "\"([^\"]*)\"," +#define CHOICE_UNFILLED_PATTERN "\"([^\"]*)\"[,]{0,1}" /** * @brief The pattern used to match a free text answer. */