Skip to content

Commit a2bedb2

Browse files
committed
---
yaml --- r: 12258 b: refs/heads/master c: efe4c6a h: refs/heads/master v: v3
1 parent 164b471 commit a2bedb2

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,5 +1,5 @@
11
---
2-
refs/heads/master: 494cf46ea38018b9073056a31e80f47179dae2a9
2+
refs/heads/master: efe4c6af23527e19020b707a18597232cb99f2c1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ fn list_dir(p: path) -> [str] {
458458
fn star(p: str) -> str {
459459
let pl = str::len(p);
460460
if pl == 0u || (p[pl - 1u] as char != path::consts::path_sep
461-
** p[pl - 1u] as char != path::consts::alt_path_sep) {
461+
|| p[pl - 1u] as char != path::consts::alt_path_sep) {
462462
p + path::path_sep() + "*"
463463
} else {
464464
p + "*"

0 commit comments

Comments
 (0)