Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 26, 2016
1 parent acea6fc commit 3c9a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3c9a268

Please sign in to comment.