VirtualBox

Changeset 16522 in vbox


Ignore:
Timestamp:
Feb 5, 2009 5:56:11 AM (16 years ago)
Author:
vboxsync
Message:

typo, fix mac burn

File:
1 edited

Legend:

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

    r16508 r16522  
    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))
     114    if (unsetenv((char*)pszVar) == 0)
    115115        return VINF_SUCCESS;
    116116#endif
Note: See TracChangeset for help on using the changeset viewer.

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