Skip to content

Commit a4b3205

Browse files
Elly Jonesbrson
authored andcommitted
---
yaml --- r: 6439 b: refs/heads/master c: d468af5 h: refs/heads/master i: 6437: d2d0536 6435: 906ca38 6431: b735893 v: v3
1 parent 05e2c09 commit a4b3205

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 864672bb84315b042687a9be45cd0a1bc414811b
2+
refs/heads/master: d468af59ede45140fa531992829b30ecd9d57cc1

trunk/src/lib/fs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ fn make_dir(p: path, mode: int) -> bool {
127127
#[cfg(target_os = "win32")]
128128
fn mkdir(_p: path, _mode: int) -> bool {
129129
// FIXME: turn mode into something useful?
130-
let noctx = ptr::null();
131130
ret str::as_buf(_p, {|buf|
132-
os::kernel32::CreateDirectory(buf, noctx)
131+
os::kernel32::CreateDirectory(buf, ptr::null())
133132
});
134133
}
135134

0 commit comments

Comments
 (0)