Changeset 69599 in vbox for trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
- Timestamp:
- Nov 6, 2017 3:08:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r69598 r69599 3678 3678 FATDIRENTRY DirEntry; 3679 3679 int rc = rtFsFatDirShrd_FindEntry(pShared, pszSubDir, &offEntryInDir, &fLong, &DirEntry); 3680 LogFlow(("rtFsFatDir_OpenDir: FindEntry(,%s,,,) -> %Rrc fLong=%d offEntryInDir=%#RX32\n", rc, fLong, offEntryInDir));3680 LogFlow(("rtFsFatDir_OpenDir: FindEntry(,%s,,,) -> %Rrc fLong=%d offEntryInDir=%#RX32\n", pszSubDir, rc, fLong, offEntryInDir)); 3681 3681 if (RT_SUCCESS(rc)) 3682 3682 {
Note:
See TracChangeset
for help on using the changeset viewer.