summaryrefslogtreecommitdiff
path: root/colm/loadinit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/loadinit.cc')
-rw-r--r--colm/loadinit.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/loadinit.cc b/colm/loadinit.cc
index fc75906c..ea5e7f00 100644
--- a/colm/loadinit.cc
+++ b/colm/loadinit.cc
@@ -62,6 +62,8 @@ void LoadInit::walkProdElList( String defName, ProdElList *list, prod_el_list &p
RepeatType repeatType = RepeatNone;
if ( El.OptRepeat().Star() != 0 )
repeatType = RepeatRepeat;
+ if ( El.OptRepeat().LeftStar() != 0 )
+ repeatType = RepeatLeft;
ProdEl *prodEl = prodElName( internal, typeName,
NamespaceQual::cons( curNspace() ),