Hi Ilia,

it is me again

-               size = (bzs.total_out_hi32 << 32) + bzs.total_out_lo32;
+               size = (bzs.total_out_hi32 * (unsigned int) -1) + 
bzs.total_out_lo32;

while this maybe silence the compiler I do not see how this can be mathematically the same ;)

Stefan

--
--------------------------------------------------------------------------
 Stefan Esser                                               [EMAIL PROTECTED]
 Hardened-PHP Project                         http://www.hardened-php.net/

 GPG-Key                gpg --keyserver pgp.mit.edu --recv-key 0x15ABDA78
 Key fingerprint       7806 58C8 CFA8 CE4A 1C2C  57DD 4AE1 795E 15AB DA78
--------------------------------------------------------------------------

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to