Fix Windows build breakage
This commit is contained in:
parent
9838a7ec54
commit
40a5c56345
@ -79,7 +79,7 @@ fn getenv(n: str) -> option<str> {
|
||||
}
|
||||
ret option::some(str::from_bytes(v)); // UTF-8 or fail
|
||||
} else { nsize = res; }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#[cfg(target_os = "win32")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user