VirtualBox

Changeset 33821 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Nov 7, 2010 4:36:20 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67466
Message:

vfsstdfile.cpp: warnings

File:
1 edited

Legend:

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

    r33820 r33821  
    104104        size_t  cbReadSeg;
    105105        size_t *pcbReadSeg = pcbRead ? &cbReadSeg : NULL;
     106        rc = VINF_SUCCESS;
    106107
    107108        for (uint32_t iSeg = 0; iSeg < pSgBuf->cSegs; iSeg++)
     
    157158        size_t  cbWrittenSeg;
    158159        size_t *pcbWrittenSeg = pcbWritten ? &cbWrittenSeg : NULL;
     160        rc = VINF_SUCCESS;
    159161
    160162        for (uint32_t iSeg = 0; iSeg < pSgBuf->cSegs; iSeg++)
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