Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11885
b: refs/heads/master
c: 82da2c3
h: refs/heads/master
i:
  11883: a522c7f
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Oct 31, 2005
1 parent ce2c3e9 commit 527d5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d57bd39eb3dbf2866b5f5cee8fbd7a29b00c56f
refs/heads/master: 82da2c372712c772134d01317aa2517c923a74f8
3 changes: 2 additions & 1 deletion trunk/lib/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ EXPORT_SYMBOL(memcpy);
*/
void *memmove(void *dest, const void *src, size_t count)
{
char *tmp, *s;
char *tmp;
const char *s;

if (dest <= src) {
tmp = dest;
Expand Down

0 comments on commit 527d5c0

Please sign in to comment.