home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / System / Scout / src / scout.c.diff < prev   
Text File  |  2000-03-15  |  417b  |  13 lines

  1. --- scout.c    Wed Mar  8 21:06:30 2000
  2. +++ scout.c.new    Wed Mar 15 19:26:36 2000
  3. @@ -1520,7 +1520,8 @@
  4.           if (previous)
  5.              previous->rt_next = resientry;
  6.  
  7. -         if (0x80000000 & resi) {
  8. +         /*HSMOD: must handle the case that has directly jump after each other */
  9. +         while (0x80000000 & resi) {
  10.              resip = (long *) (0x7fffffff & resi);
  11.              resi = *resip;
  12.           }
  13.