Skip to content

Commit 05e2c09

Browse files
Elly Jonesbrson
authored andcommitted
---
yaml --- r: 6438 b: refs/heads/master c: 864672b h: refs/heads/master v: v3
1 parent d2d0536 commit 05e2c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 91e04f7dd2b5af90ea9513b4d8622574fcf416c7
2+
refs/heads/master: 864672bb84315b042687a9be45cd0a1bc414811b

trunk/src/lib/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ 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<os::kernel32::LPSECURITY_ATTRIBUTES>();
130+
let noctx = ptr::null();
131131
ret str::as_buf(_p, {|buf|
132132
os::kernel32::CreateDirectory(buf, noctx)
133133
});

0 commit comments

Comments
 (0)