]> git.pld-linux.org Git - packages/X11.git/commitdiff
- patchesz for XF 4.0 from MDK. XFree86-4_0-1
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Mar 2000 08:49:49 +0000 (08:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-xfs-fix.patch -> 1.1

XFree86-xfs-fix.patch [new file with mode: 0644]

diff --git a/XFree86-xfs-fix.patch b/XFree86-xfs-fix.patch
new file mode 100644 (file)
index 0000000..4d20bc6
--- /dev/null
@@ -0,0 +1,19 @@
+--- xc/programs/xfs/difs/charinfo.c.fred       Fri Dec 17 08:05:34 1999
++++ xc/programs/xfs/difs/charinfo.c    Mon Dec 20 09:25:58 1999
+@@ -493,6 +493,8 @@
+ #define LSBBitLeft(b,c)       ((b) >> (c))
+ #define LSBBitRight(b,c)      ((b) << (c))
++      if (srcp) {
++        
+       if (dst_off == src_off)
+       {
+           if (srcbpr == dstbpr && src_left_bytes == dst_left_bytes)
+@@ -573,6 +575,7 @@
+               dstp += dst_extra;
+               srcp += src_extra;
+           }
++      }
+       }
+       /* skip the amount we just filled in */
+       gd += l->length;
This page took 0.056836 seconds and 4 git commands to generate.