Changeset 20819 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jun 23, 2009 12:15:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/path-posix.cpp
r15813 r20819 45 45 46 46 #include <iprt/path.h> 47 #include <iprt/env.h> 47 48 #include <iprt/assert.h> 48 49 #include <iprt/string.h> … … 393 394 */ 394 395 int rc = VERR_PATH_NOT_FOUND; 395 const char *pszHome = getenv("HOME");396 const char *pszHome = RTEnvGet("HOME"); 396 397 if (pszHome) 397 398
Note:
See TracChangeset
for help on using the changeset viewer.