home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
System
/
Scout
/
src
/
scout.c.diff
< prev
Wrap
Text File
|
2000-03-15
|
417b
|
13 lines
--- scout.c Wed Mar 8 21:06:30 2000
+++ scout.c.new Wed Mar 15 19:26:36 2000
@@ -1520,7 +1520,8 @@
if (previous)
previous->rt_next = resientry;
- if (0x80000000 & resi) {
+ /*HSMOD: must handle the case that has directly jump after each other */
+ while (0x80000000 & resi) {
resip = (long *) (0x7fffffff & resi);
resi = *resip;
}