Skip to content

Commit 4bef5b6

Browse files
committed
---
yaml --- r: 8159 b: refs/heads/snap-stage3 c: 9effae8 h: refs/heads/master i: 8157: 2ebe7a7 8155: 8dd3ee1 8151: 005862b 8143: 7f7e229 8127: 25e8274 v: v3
1 parent 0ac4fd0 commit 4bef5b6

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1ccbba33414e68fda6a4a0886bc657069a9737dc
4+
refs/heads/snap-stage3: 9effae841391db2557e645c6af0cedcbfcd3a8b4
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/libcore/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Copies data from one src to dst, overlap between the two pointers may occur.
7070
Count is the number of elements to copy and not the number of bytes.
7171
*/
7272
unsafe fn memmove<T>(dst: *T, src: *T, count: uint) {
73-
rusti::memcpy(dst, src, count);
73+
rusti::memmove(dst, src, count);
7474
}
7575

7676
#[test]

0 commit comments

Comments
 (0)