File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 42109f55b071a8763e9ae615aeff56f4013eb194
2
+ refs/heads/master: 2131f2bb6bf654fcbf58a66b815f49cffeefe229
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ fn dirname(path p) -> path {
16
16
// FIXME: the '/' character is a path separator on all 3 platforms we
17
17
// support. This should probably be generalized a bit more in the
18
18
// future, but for now this should work.
19
- i = _str. rindex ( p, '/' ) ;
19
+ i = _str. rindex ( p, '/' as u8 ) ;
20
20
if ( i == -1 ) {
21
21
ret p;
22
22
}
@@ -57,5 +57,5 @@ fn list_dir(path p) -> vec[str] {
57
57
// indent-tabs-mode: nil
58
58
// c-basic-offset: 4
59
59
// buffer-file-coding-system: utf-8-unix
60
- // compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
60
+ // compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
61
61
// End:
You can’t perform that action at this time.
0 commit comments