mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
568 B

  1. The usual gcc-3.4 fixes ...
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- imlib2-2004-01-18-orig/src/rgbadraw.c 2003-07-13 03:09:17.000000000 +0200
  4. +++ imlib2-2004-01-18/src/rgbadraw.c 2004-05-05 18:31:54.920199456 +0200
  5. @@ -2358,6 +2358,7 @@
  6. if (ps)
  7. ps->next = s;
  8. nospans:
  9. + ;
  10. }
  11. }
  12. if (i == y2)
  13. @@ -2365,6 +2366,7 @@
  14. i += step;
  15. }
  16. nolines:
  17. + ;
  18. }
  19. for (i = 0; i < h; i++)
  20. {