Changeset 16523 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Feb 5, 2009 6:14:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r16522 r16523 112 112 #else 113 113 /* 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)) 115 115 return VINF_SUCCESS; 116 116 #endif
Note:
See TracChangeset
for help on using the changeset viewer.