VirtualBox

Changeset 16523 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Feb 5, 2009 6:14:48 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42449
Message:

back 42448

File:
1 edited

Legend:

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

    r16522 r16523  
    112112#else
    113113    /* This is the preferred function as putenv() like used above does neither work on Solaris nor on Darwin. */
    114     if (unsetenv((char*)pszVar) == 0)
     114    if (!unsetenv((char*)pszVar))
    115115        return VINF_SUCCESS;
    116116#endif
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