Re: sysparams: slight optimisation for IDA 3

2003-11-29 Thread Andrew de Quincey
> Sorry to bother you again, but probably the comparison statement > needs to be reverted... Doh! You're right. Fixed in yet another patch. Gah As for bothering.. no problems! The sooner I know what coding styles etc are acceptable the better.

Re: sysparams: slight optimisation for IDA 3

2003-11-29 Thread Dmitry Timoshkov
"Andrew de Quincey" <[EMAIL PROTECTED]> wrote: > Version 3 > + spi_idx = SPI_GETICONTITLELOGFONT; > + > + if (!spi_loaded[spi_idx]) > + { > +memcpy(lpLogFont, &iconTitleLogFont, sizeof(LOGFONTA)); > +break; > + } Sorry to bother you again, but probably the comparison statement needs to b