Commit 39f3f599 authored by Claes Sjofors's avatar Claes Sjofors

EventSelectlist size corrected

parent 546bd6ff
......@@ -63,7 +63,7 @@ static pwr_tStatus SyntaxCheck (
int *WarningCount
) {
wb_session *sp = (wb_session *)Session;
pwr_tString80 selectlist[20];
pwr_tString80 selectlist[40];
wb_attribute a = sp->attribute( &Object);
if ( !a) return a.sts();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment