mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 08:29:30 +00:00
fix a smallie but nasttie.
This commit is contained in:
parent
931004e457
commit
2ef2fb7e05
@ -839,8 +839,6 @@ replace_members(files_to_move)
|
||||
current = *current_ptr;
|
||||
|
||||
if (!strcmp(normalize(*files_to_move), current->filename)) {
|
||||
/* snip out this entry from the chain */
|
||||
*current_ptr = current->next;
|
||||
if (newer_only) {
|
||||
struct stat fsbuf,
|
||||
asbuf;
|
||||
@ -864,6 +862,8 @@ replace_members(files_to_move)
|
||||
goto next_file;
|
||||
}
|
||||
|
||||
/* snip out this entry from the chain */
|
||||
*current_ptr = current->next;
|
||||
|
||||
after_bfd = get_pos_bfd(&inarch->next, pos_end);
|
||||
temp = *after_bfd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user