Antoher fix for library linking issues, must change all entries in the libmap,
not just the first one.
This commit is contained in:
@@ -1209,7 +1209,6 @@ static void change_idid_adr_fd(FileData *fd, void *old, void *new)
|
||||
if (old==entry->newp && entry->nr==ID_ID) {
|
||||
entry->newp = new;
|
||||
if (new) entry->nr = GS( ((ID *)new)->name );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user