oledlg: Cast-qual warnings fix

Huw Davies huw at codeweavers.com
Wed Nov 8 16:42:32 CST 2006


On Wed, Nov 08, 2006 at 09:56:54PM +0000, Andrew Talbot wrote:
> @@ -666,16 +672,20 @@
>      if(psA->cPasteEntries > 0)
>      {
>          UINT i;
> -        for(i = 0; i < psA->cPasteEntries; i++)
> +
> +        for(i = psA->cPasteEntries; i != 0;)

Was there any need for this?

Huw.




More information about the wine-devel mailing list