We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79591a7 + 547f65c commit 87ae1ebCopy full SHA for 87ae1eb
1 file changed
libhdt/src/hdt/HDTSpecification.cpp
@@ -48,7 +48,7 @@ void HDTSpecification::setOptions(const std::string& options) {
48
std::istringstream strm(options);
49
std::string singleOption;
50
while(getline(strm, singleOption, ';') ){
51
- size_t pos = singleOption.find(':');
+ size_t pos = singleOption.find('=');
52
53
if(pos!=std::string::npos) {
54
std::string property = singleOption.substr(0, pos);
0 commit comments