Changeset 4636 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Sep 9, 2007 6:16:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r4556 r4636 552 552 int rc = VERR_PATH_NOT_FOUND; 553 553 const char *pszHome = getenv("HOME"); 554 if ( !pszHome)554 if (pszHome) 555 555 556 556 {
Note:
See TracChangeset
for help on using the changeset viewer.