[Kstars-devel] KDE/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Thu May 29 08:06:32 CEST 2008
Hi Jasem,
> As I said in my previous email, I already applied your patch and fixed a few
> more issues. Now we have duplicate NULL checks as you can see below :-)
> Please revert the changes if you have time.
>
> > -441,6 +441,9 @@
> >
> > if (m_CurrentLink == NULL) return;
> >
> > + if ( m_CurrentLink == NULL )
> > + return;
> > +
Sorry I didn't understand you earlier. Thanks for pointing that
out. I'll fix that when I find time.
Before I proceed, is that the only change I need to revert, or were
the other things applied as well?
Regards
Akarsh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.kde.org/pipermail/kstars-devel/attachments/20080529/9ffb8ee0/attachment.pgp
More information about the Kstars-devel
mailing list