VirtualBox

Ignore:
Timestamp:
Sep 7, 2015 1:49:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102534
Message:

IPRT/pipe: build fix

File:
1 edited

Legend:

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

    r57643 r57644  
    9595    PRTVFSSTDPIPE pThis = (PRTVFSSTDPIPE)pvThis;
    9696    int           rc;
    97     AssertReturn(off < 0 || pThis->offFakePos == off, VERR_SEEK_ON_DEVICE);
     97    AssertReturn(off < 0 || pThis->offFakePos == (uint64_t)off, VERR_SEEK_ON_DEVICE);
    9898
    9999    NOREF(fBlocking);
     
    149149    PRTVFSSTDPIPE pThis = (PRTVFSSTDPIPE)pvThis;
    150150    int           rc;
    151     AssertReturn(off < 0 || pThis->offFakePos == off, VERR_SEEK_ON_DEVICE);
     151    AssertReturn(off < 0 || pThis->offFakePos == (uint64_t)off, VERR_SEEK_ON_DEVICE);
    152152
    153153    if (pSgBuf->cSegs == 1)
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