We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d0536 commit 05e2c09Copy full SHA for 05e2c09
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 91e04f7dd2b5af90ea9513b4d8622574fcf416c7
+refs/heads/master: 864672bb84315b042687a9be45cd0a1bc414811b
trunk/src/lib/fs.rs
@@ -127,7 +127,7 @@ fn make_dir(p: path, mode: int) -> bool {
127
#[cfg(target_os = "win32")]
128
fn mkdir(_p: path, _mode: int) -> bool {
129
// FIXME: turn mode into something useful?
130
- let noctx = ptr::null<os::kernel32::LPSECURITY_ATTRIBUTES>();
+ let noctx = ptr::null();
131
ret str::as_buf(_p, {|buf|
132
os::kernel32::CreateDirectory(buf, noctx)
133
});
0 commit comments