VirtualBox

Changeset 32756 in vbox


Ignore:
Timestamp:
Sep 24, 2010 10:17:02 AM (14 years ago)
Author:
vboxsync
Message:

Runtime: more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/tar.cpp

    r32754 r32756  
    442442{
    443443    /* Assume we are on the file head. */
    444     int rc;
     444    int rc = VINF_SUCCESS;
    445445    bool fFound = false;
    446446    RTTARRECORD record;
     
    486486static int rtTarGetFilesOverallSize(RTFILE hFile, const char * const *papszFiles, size_t cFiles, uint64_t *pcbOverallSize)
    487487{
    488     int rc;
     488    int rc = VINF_SUCCESS;
    489489    size_t cFound = 0;
    490490    RTTARRECORD record;
     
    543543    pInt->fOpenMode = fMode;
    544544
    545     int rc;
     545    int rc = VINF_SUCCESS;
    546546    do
    547547    {
     
    850850    RT_BZERO(pvTmp, cbTmp);
    851851
    852     int rc;
     852    int rc = VINF_SUCCESS;
    853853    uint64_t cbAllWritten = 0;
    854854    size_t cbToWrite = 0;
     
    11291129    /* Todo: progress bar */
    11301130
    1131     int rc;
     1131    int rc = VINF_SUCCESS;
    11321132    RTTAR hTar = NIL_RTTAR;
    11331133    RTTARFILE hFile = NIL_RTTARFILE;
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