- Timestamp:
- Aug 2, 2007 9:22:18 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r3972 r3992 102 102 PRTDIR hSearch; 103 103 104 Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent)); 105 104 106 cbComponent = strlen(pszStartComponent); 105 107 … … 139 141 continue; 140 142 } 143 144 Log2(("vbsfCorrectCasing: found %s\n", &pDirEntry->szName[0])); 141 145 if ( pDirEntry->cbName == cbComponent 142 146 && !RTStrICmp(pszStartComponent, &pDirEntry->szName[0]))
Note:
See TracChangeset
for help on using the changeset viewer.