Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17242

Added Files:
        libzbar0.patch 
Log Message:
and the patch

--- NEW FILE: libzbar0.patch ---
diff -Nurd -x'*~' zbar-0.10.orig/zbar/jpeg.c zbar-0.10/zbar/jpeg.c
--- zbar-0.10.orig/zbar/jpeg.c  2009-10-23 14:16:44.000000000 -0400
+++ zbar-0.10/zbar/jpeg.c       2013-08-19 16:28:23.000000000 -0400
@@ -68,12 +68,12 @@
     cinfo->src->bytes_in_buffer = img->datalen;
 }
 
-int fill_input_buffer (j_decompress_ptr cinfo)
+boolean fill_input_buffer (j_decompress_ptr cinfo)
 {
     /* buffer underrun error case */
     cinfo->src->next_input_byte = fake_eoi;
     cinfo->src->bytes_in_buffer = 2;
-    return(1);
+    return(TRUE);
 }
 
 void skip_input_data (j_decompress_ptr cinfo,


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to