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

List:       kde-commits
Subject:    kdelibs/kdecore
From:       CVS by faure <kde-cvs () kde ! org>
Date:       2001-06-15 20:37:35
[Download RAW message or body]


kdelibs/kdecore kdebug.cpp,1.93,1.94
Author: faure
Fri Jun 15 20:37:25 UTC 2001


Modified Files:
         kdebug.cpp
Log Message:
Actually, this is the correct fix to avoid a crash in kdDebug() when
there is no global instance (already checked in other places) :
-    if ( nArea > 0)
+    if ( nArea > 0 && KGlobal::_instance )
       aAreaName = getDescrFromNum(nArea);

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

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