VirtualBox

Ignore:
Timestamp:
Aug 1, 2007 1:16:09 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23379
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp

    r3959 r3960  
    202202    strcpy(pDirEntry->szName, pszFullPath);
    203203    strcat(pDirEntry->szName, "\\*");
    204     rc = rtDirOpenFiltered (&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT);
     204    rc = RTDirOpenFiltered (&hSearch, pDirEntry->szName, RTDIRFILTER_WINNT);
    205205    *(pszStartComponent-1) = RTPATH_DELIMITER;
    206206    if (VBOX_FAILURE(rc))
     
    211211        uint32_t cbDirEntrySize = cbDirEntry;
    212212
    213         rc = rtDirReadEx(hSearch, pDirEntry, &cbDirEntrySize, RTFSOBJATTRADD_NOTHING);
     213        rc = RTDirReadEx(hSearch, pDirEntry, &cbDirEntrySize, RTFSOBJATTRADD_NOTHING);
    214214        if (rc == VERR_NO_MORE_FILES)
    215215            break;
     
    238238        RTMemFree(pDirEntry);
    239239
    240     rtDirClose(hSearch);
     240    RTDirClose(hSearch);
    241241    return rc;
    242242}
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