[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/kcachegrind/libcore
From:       Laurent Montel <montel () kde ! org>
Date:       2012-09-09 15:40:57
Message-ID: 20120909154057.8D145AC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1315633 by mlaurent:

Fix compile (it's a pointer)


 M  +1 -1      stackbrowser.cpp  


--- trunk/KDE/kdesdk/kcachegrind/libcore/stackbrowser.cpp #1315632:1315633
@@ -213,7 +213,7 @@
 
   // cycles are listed on there own
   if (f->cycle() == f) return 0;
-  if (_top->cycle() == _top) return false;
+  if (_top->cycle() == _top) return 0;
 
   foreach(TraceCall* c, calls) {
     foreach(TraceCall* c2, c->called()->callings()) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic