Merge remote branch 'upstream/master'

stl_dim
Don Bright 2011-12-17 16:32:30 -06:00
commit 644f28e01c
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type)
}
QFileInfo fileInfo(filename);
QDir::setCurrent(fileInfo.absolutePath());
if (!sysinfo_dump)
QDir::setCurrent(fileInfo.absolutePath());
AbstractNode::resetIndexCounter();
AbstractNode *absolute_root_node = root_module->evaluate(&root_ctx, &root_inst);