Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25509
b: refs/heads/master
c: 4c416ab
h: refs/heads/master
i:
  25507: 10d91b8
v: v3
  • Loading branch information
Jan-Benedict Glaw authored and Linus Torvalds committed Apr 11, 2006
1 parent 92c3c25 commit cbb8e93
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b04eb6aa08ecc3e24df2f78ebc486011ebd74feb
refs/heads/master: 4c416ab71164dc8d3f800a942fb18c4e67f67897
2 changes: 1 addition & 1 deletion trunk/lib/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ EXPORT_SYMBOL(memset);
void *memcpy(void *dest, const void *src, size_t count)
{
char *tmp = dest;
char *s = src;
const char *s = src;

while (count--)
*tmp++ = *s++;
Expand Down

0 comments on commit cbb8e93

Please sign in to comment.