File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libstd/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 40fb87d40f681f5356af42175fc7b85da387f037
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: b7908febca68700b4c14be5b55e4121e9f9ddb06
4
+ refs/heads/snap-stage3: 8b16ccdd7b47a4c93d6357c800a221daaf8c7db4
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ pub fn copy(from: &Path, to: &Path) -> IoResult<()> {
382
382
let mut reader = try!( File :: open ( from) ) ;
383
383
let mut writer = try!( File :: create ( to) ) ;
384
384
385
- try!( super :: util:: copy ( & mut reader, & mut writer) ) ;
385
+ try!( update_err ( super :: util:: copy ( & mut reader, & mut writer) , from , to ) ) ;
386
386
387
387
chmod ( to, try!( update_err ( from. stat ( ) , from, to) ) . perm )
388
388
}
You can’t perform that action at this time.
0 commit comments