Changeset 16522 in vbox
- Timestamp:
- Feb 5, 2009 5:56:11 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/env-posix.cpp
r16508 r16522 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))114 if (unsetenv((char*)pszVar) == 0) 115 115 return VINF_SUCCESS; 116 116 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

