summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/stackbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/stackbrowser.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/stackbrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecachegrind/tdecachegrind/stackbrowser.cpp b/tdecachegrind/tdecachegrind/stackbrowser.cpp
index 2257e586..2c04a024 100644
--- a/tdecachegrind/tdecachegrind/stackbrowser.cpp
+++ b/tdecachegrind/tdecachegrind/stackbrowser.cpp
@@ -234,7 +234,7 @@ Stack* Stack::split(TraceFunction* f)
// cycles are listed on there own
if (f->cycle() == f) return 0;
- if (_top->cycle() == _top) return false;
+ if (_top->cycle() == _top) return 0;
for (c=calls.first();c;c=calls.next()) {
TraceCallList l = c->called()->callings();