tag 454980 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007):
> Package: zoneminder
> Version: 1.22.3-8
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/src/zm_image.h
+++ b/src/zm_image.h
@@ -249,7 +249,7 @@
 	bool Unzip( const Bytef *inbuffer, unsigned long inbuffer_size );
 	bool Zip( Bytef *outbuffer, unsigned long *outbuffer_size, int compression_level=Z_BEST_SPEED ) const;
 
-	bool Crop( int lo_x, int lo_y, int hi_y, int hi_y );
+	bool Crop( int lo_x, int lo_y, int hi_x, int hi_y );
 
 	void Overlay( const Image &image );
 	void Blend( const Image &image, int transparency=10 ) const;

Attachment: signature.asc
Description: Digital signature

Reply via email to