]> git.pld-linux.org Git - packages/gd.git/blob - gd-fixes.patch
- small fix
[packages/gd.git] / gd-fixes.patch
1 diff -Nur gd-2.0.1.orig/gd_topal.c gd-2.0.1/gd_topal.c
2 --- gd-2.0.1.orig/gd_topal.c    Tue Apr  3 22:44:42 2001
3 +++ gd-2.0.1/gd_topal.c Sat Aug 10 23:55:17 2002
4 @@ -1035,6 +1035,8 @@
5               xx2 = inc2;
6               for (ic2 = BOX_C2_ELEMS - 1; ic2 >= 0; ic2--)
7                 {
8 +                 dist3 = dist2;
9 +                 xx3 = inc3;
10                   for (ic3 = BOX_C3_ELEMS - 1; ic3 >= 0; ic3--)
11                     {
12                       if (dist3 < *bptr)
This page took 0.020624 seconds and 3 git commands to generate.