This commit is contained in:
Manish Goregaokar
2016-02-26 17:05:46 +05:30
parent acea6fc1cb
commit 3c9a26853c

View File

@@ -226,7 +226,7 @@ mod platform {
}
_ => (),
}
} else if path.get(1) == Some(b':') {
} else if path.get(1) == Some(& b':') {
// C:
let c = path[0];
if c.is_ascii() && (c as char).is_alphabetic() {