mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
auto merge of #8298 : darkf/rust/fix-3948, r=pcwalton
This commit is contained in:
+1
-1
@@ -1041,7 +1041,7 @@ pub fn stdin() -> @Reader {
|
||||
|
||||
pub fn file_reader(path: &Path) -> Result<@Reader, ~str> {
|
||||
let f = do path.to_str().as_c_str |pathbuf| {
|
||||
do "r".as_c_str |modebuf| {
|
||||
do "rb".as_c_str |modebuf| {
|
||||
unsafe { libc::fopen(pathbuf, modebuf as *libc::c_char) }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user