VirtualBox

Ignore:
Timestamp:
Nov 26, 2010 4:43:26 PM (14 years ago)
Author:
vboxsync
Message:

vfsstdfile.cpp: bug fix.

File:
1 edited

Legend:

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

    r34045 r34405  
    164164            if (RT_FAILURE(rc))
    165165                break;
    166             if (off < 0)
     166            if (off >= 0)
    167167                off += cbReadSeg;
    168168            cbRead  += cbReadSeg;
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