 |
Changeset 3427
- Timestamp:
- 04/11/08 00:17:32
(5 months ago)
- Author:
- kris
- Message:
fixes #1036 :: Environment variable lookup under linux does not work
Thanks vektorboson
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3294 |
r3427 |
|
| 209 | 209 | static char[] get (char[] variable, char[] def = null) |
|---|
| 210 | 210 | { |
|---|
| 211 | | char* ptr = getenv (variable.ptr); |
|---|
| | 211 | char* ptr = getenv ((variable ~ '\0').ptr); |
|---|
| 212 | 212 | |
|---|
| 213 | 213 | if (ptr is null) |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic