Skip to content

Commit 7d73b2b

Browse files
committed
---
yaml --- r: 3859 b: refs/heads/master c: f06fdd5 h: refs/heads/master i: 3857: f2d060e 3855: af06fba v: v3
1 parent 5c86a04 commit 7d73b2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: a3add8490937e8bb7b994acd1dbb0b81baec1d58
2+
refs/heads/master: f06fdd5ca16abba5c4c0dc7d94a25589942593ee

trunk/src/lib/win32_fs.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ native "rust" mod rustrt {
66
fn rust_file_is_dir(str path) -> int;
77
}
88

9-
fn list_dir(str path) -> str[] { ret *rustrt::rust_list_files(path + "*"); }
9+
fn list_dir(str path) -> str[] {
10+
ret *rustrt::rust_list_files_ivec(path + "*");
11+
}
1012

1113
fn path_is_absolute(str p) -> bool {
1214
ret str::char_at(p, 0u) == '/'

0 commit comments

Comments
 (0)