]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-xfs-fix.patch
- cleanup
[packages/X11.git] / XFree86-xfs-fix.patch
1 --- xc/programs/xfs/difs/charinfo.c.fred        Fri Dec 17 08:05:34 1999
2 +++ xc/programs/xfs/difs/charinfo.c     Mon Dec 20 09:25:58 1999
3 @@ -493,6 +493,8 @@
4  #define LSBBitLeft(b,c)        ((b) >> (c))
5  #define LSBBitRight(b,c)       ((b) << (c))
6  
7 +       if (srcp) {
8 +         
9         if (dst_off == src_off)
10         {
11             if (srcbpr == dstbpr && src_left_bytes == dst_left_bytes)
12 @@ -573,6 +575,7 @@
13                 dstp += dst_extra;
14                 srcp += src_extra;
15             }
16 +       }
17         }
18         /* skip the amount we just filled in */
19         gd += l->length;
This page took 0.065592 seconds and 3 git commands to generate.