Antoher fix for library linking issues, must change all entries in the libmap,

not just the first one.
This commit is contained in:
Brecht Van Lommel
2012-06-04 16:10:20 +00:00
parent 874308ba5e
commit eae64f9a0c

View File

@@ -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;
}
}
}