VirtualBox

Changeset 2740 in kBuild for trunk/src


Ignore:
Timestamp:
Dec 25, 2014 11:17:00 PM (10 years ago)
Author:
bird
Message:

rehash_file: fixed problem with multi target files, forgot to update the head pointer of the old file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/file.c

    r2665 r2740  
    380380          while (f->multi_next != from_file)
    381381            f = f->multi_next;
     382          assert(f->multi_next == from_file);
    382383          f->multi_next = to_file;
    383384        }
     385      from_file->multi_head = to_file->multi_head;
     386      from_file->multi_next = NULL;
    384387    }
    385388#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette