[med-svn] r2833 - trunk/packages/pvrg/trunk/debian/patches

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Mon Dec 22 13:31:17 UTC 2008


Author: malat-guest
Date: 2008-12-22 13:31:17 +0000 (Mon, 22 Dec 2008)
New Revision: 2833

Added:
   trunk/packages/pvrg/trunk/debian/patches/marker_o_rdwr.patch
Modified:
   trunk/packages/pvrg/trunk/debian/patches/series
Log:
split eli patch into two: bugfix and feature enh

Added: trunk/packages/pvrg/trunk/debian/patches/marker_o_rdwr.patch
===================================================================
--- trunk/packages/pvrg/trunk/debian/patches/marker_o_rdwr.patch	                        (rev 0)
+++ trunk/packages/pvrg/trunk/debian/patches/marker_o_rdwr.patch	2008-12-22 13:31:17 UTC (rev 2833)
@@ -0,0 +1,16 @@
+--- jpegdir.orig/marker.c	2005-02-03 15:06:00.000000000 -0800
++++ jpegdir/marker.c	2005-02-03 13:44:53.000000000 -0800
+@@ -666,11 +666,11 @@
+ 	}
+       else NumberMDU = -1;
+     }
+   else
+     {
+-      MakeIob(IOB_BLOCK,O_WRONLY | O_CREAT | O_TRUNC,
++      MakeIob(IOB_BLOCK,O_RDWR | O_CREAT | O_TRUNC,
+ 	      ((CFrame->DataPrecision>8)?2:1));
+       if (CFrame->GlobalHeight)
+ 	{
+ 	  InstallIob(0);
+ 	  NumberMDU = CScan->MDUWide*CScan->MDUHigh;
+


Property changes on: trunk/packages/pvrg/trunk/debian/patches/marker_o_rdwr.patch
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: trunk/packages/pvrg/trunk/debian/patches/series
===================================================================
--- trunk/packages/pvrg/trunk/debian/patches/series	2008-12-22 13:28:39 UTC (rev 2832)
+++ trunk/packages/pvrg/trunk/debian/patches/series	2008-12-22 13:31:17 UTC (rev 2833)
@@ -1,3 +1,4 @@
 lexer.l.patch
 cmakelists.txt.patch
+marker_o_rdwr.patch
 pvrg-jpeg-etb.patch




More information about the debian-med-commit mailing list