aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-25 11:37:46 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-25 11:37:46 +0200
commit5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8 (patch)
tree16738510451648bc33298f79ca54fd0574ad0602 /node/sortresult.cpp
parentea649ea152b7797782ef0345f16de7bcbcc34767 (diff)
downloadOneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.tar.gz
OneRoll-5acfe8b8352ba028235e5ecf007d1b9b4fa3a0f8.zip
Dot tree now also displays the result tree. (must be improved).
Diffstat (limited to 'node/sortresult.cpp')
-rw-r--r--node/sortresult.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/sortresult.cpp b/node/sortresult.cpp
index 46e6eb8..deaf794 100644
--- a/node/sortresult.cpp
+++ b/node/sortresult.cpp
@@ -80,7 +80,8 @@ void SortResultNode::run(ExecutionNode* node)
}
else
{
- m_errors.append(DIE_RESULT_EXPECTED);
+ m_result = node->getResult();
+ //m_errors.append(DIE_RESULT_EXPECTED);
}
}