From kde-core-devel Wed Apr 28 19:24:59 2004 From: Leo Savernik Date: Wed, 28 Apr 2004 19:24:59 +0000 To: kde-core-devel Subject: Re: huh??? Message-Id: <200404282125.12808.l.savernik () aon ! at> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=108318008408217 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mittwoch 28 April 2004 17:25 schrieb Frerich Raabe: [...] > > // variable from the outer loop!! > > for (int i2=i;i<3;i++) > > d->activeDockPriority[i]=d->activeDockPriority[i+1]; > > d->activeDockPriority[3]=0; > > break; [...] > (except in the "int i2=i" > part) should be changed to "i2". Why not writing simply: // variable from the outer loop!! for (;i<3;i++) ? mfg Leo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFAkAULj5jssenUYTsRAiZEAJ9q9kTMPMOWPZ7iQaRojx3uSJG72QCgpPQ3 WEPag8xvstuDUSeeeXFr82s= =ljMN -----END PGP SIGNATURE-----