From kde-commits Sun Aug 31 22:38:33 2003 From: Cornelius Schumacher Date: Sun, 31 Aug 2003 22:38:33 +0000 To: kde-commits Subject: Re: kdepim/kitchensync/kitchensync/lib X-MARC-Message: https://marc.info/?l=kde-commits&m=106236942323273 On Sunday 31 August 2003 22:27, Scott Wheeler wrote: > CVS commit by wheeler: > > This seems to be used in debugging, but isn't defined. I'm assuming > it's supposed to be #ifdef and not #if. Is there a problem with it being undefined in an #if? It gives a warning and that's exactly was is correct here, because this has to be fixed but it isn't a compilation error. > M +1 -1 konnectorprofile.cpp 1.11 > > > --- kdepim/kitchensync/kitchensync/lib/konnectorprofile.cpp > #1.10:1.11 @@ -166,5 +166,5 @@ void KonnectorProfile::saveToConfig( > KCo config->writeEntry("DevName", m_dev.name() ); > config->writeEntry("Lib", m_dev.library() ); > -#if fixsaveconfig > +#ifdef fixsaveconfig > config->writeEntry("UDI", udi() ); > #endif -- Cornelius Schumacher