changeset 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 7e195eacb0da
children a9bc9f907fcd
files src/constants.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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. */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)