VirtualBox

Changeset 23649 in vbox for trunk/src/VBox/VMM/SSM.cpp


Ignore:
Timestamp:
Oct 9, 2009 2:26:02 PM (15 years ago)
Author:
vboxsync
Message:

SSM: Fixed seek regression (was testing the wrong directory field).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SSM.cpp

    r23596 r23649  
    74667466        if (    pDir->aEntries[i].u32NameCRC  == u32NameCRC
    74677467            &&  pDir->aEntries[i].u32Instance == iInstance
    7468             &&  pDir->aEntries[i].u32Instance != 0 /* bug in unreleased code */
     7468            &&  pDir->aEntries[i].off != 0 /* bug in unreleased code */
    74697469           )
    74707470        {
Note: See TracChangeset for help on using the changeset viewer.

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