VirtualBox

Changeset 67510 in vbox for trunk/src


Ignore:
Timestamp:
Jun 20, 2017 2:19:24 PM (8 years ago)
Author:
vboxsync
Message:

vfsmemory.cpp: write advance fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp

    r67329 r67510  
    512512        memcpy(&pExtent->abData[offDst], pbSrc, cbThisWrite);
    513513
    514         offUnsigned   += cbLeftToWrite;
     514        offUnsigned   += cbThisWrite;
    515515        cbLeftToWrite -= cbThisWrite;
    516516        if (!cbLeftToWrite)
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