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.

20 lines
631 B

  1. --- ecore-2004-01-18/src/lib/ecore_config/edb.c.orig 2004-05-13 14:41:41.642699904 +0200
  2. +++ ecore-2004-01-18/src/lib/ecore_config/edb.c 2004-05-13 14:41:55.229634376 +0200
  3. @@ -106,6 +106,7 @@
  4. break;
  5. case PT_NIL:
  6. /* currently we do nothing for undefined ojects */
  7. + ;
  8. }
  9. next=next->next;
  10. --- ecore-2004-01-18/src/lib/ecore_fb/ecore_fb.c.orig 2004-05-13 14:37:15.076224168 +0200
  11. +++ ecore-2004-01-18/src/lib/ecore_fb/ecore_fb.c 2004-05-13 14:37:30.233919848 +0200
  12. @@ -1046,6 +1046,7 @@
  13. if (_ecore_fb_alt < 0) _ecore_fb_alt = 0;
  14. }
  15. retry:
  16. + ;
  17. }
  18. while (v > 0);
  19. return 1;