From kde-commits Sun Oct 31 21:24:57 2004 From: Cornelius Schumacher Date: Sun, 31 Oct 2004 21:24:57 +0000 To: kde-commits Subject: kdepim/libkcal Message-Id: <20041031212457.8B26716C08 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109925790431975 CVS commit by cschumac: Initialize variable. M +1 -1 calendarresources.cpp 1.57 --- kdepim/libkcal/calendarresources.cpp #1.56:1.57 @@ -615,5 +615,5 @@ Journal::List CalendarResources::rawJour Journal *CalendarResources::rawJournalForDate( const QDate &date ) { - Journal *result; + Journal *result = 0; CalendarResourceManager::ActiveIterator it;