VirtualBox

Changeset 20819 in vbox for trunk/src/VBox/Runtime/r3/posix


Ignore:
Timestamp:
Jun 23, 2009 12:15:07 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48957
Message:

getenv -> RTEnvGet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/path-posix.cpp

    r15813 r20819  
    4545
    4646#include <iprt/path.h>
     47#include <iprt/env.h>
    4748#include <iprt/assert.h>
    4849#include <iprt/string.h>
     
    393394     */
    394395    int rc = VERR_PATH_NOT_FOUND;
    395     const char *pszHome = getenv("HOME");
     396    const char *pszHome = RTEnvGet("HOME");
    396397    if (pszHome)
    397398
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette