Menu

#25 spaces in cluster nodeid list breaks .son parser

v1.2.0
open
nobody
5
2013-01-10
2008-01-22
No

ClusterId NodeIds
Group1 {1,2,3,4,5,6,7,8}

works fine but:

ClusterId NodeIds
Group1 {1, 2, 3, 4, 5, 6, 7, 8}

gives an integer parsing error. Need to add a trim() command before parsing int

Discussion


Log in to post a comment.