Changeset 42229 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jul 19, 2012 2:18:00 PM (12 years ago)
- 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.