Changeset 42229 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 19, 2012 2:18:00 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r39612 r42229 80 80 81 81 LogFlow(("RTPathReal(%p:{%s}, %p:{%s}, %u): returns %Rrc\n", pszPath, pszPath, 82 pszRealPath, RT_SUCCESS(rc) ? pszRealPath : "<failed>", cchRealPath ));82 pszRealPath, RT_SUCCESS(rc) ? pszRealPath : "<failed>", cchRealPath, rc)); 83 83 return rc; 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.