Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175481
b: refs/heads/master
c: 0a5549e
h: refs/heads/master
i:
  175479: 4891d5e
v: v3
  • Loading branch information
Arnd Bergmann committed Nov 3, 2009
1 parent 2e57ac7 commit 7e63cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 20c1f641bb80fb272dec959a5caabed92e5a422e
refs/heads/master: 0a5549ed163520787f76b7515dfe9d9aa1c7ae37
4 changes: 2 additions & 2 deletions trunk/lib/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ static unsigned int do_csum(const unsigned char *buff, int len)
odd = 1 & (unsigned long) buff;
if (odd) {
#ifdef __LITTLE_ENDIAN
result = *buff;
#else
result += (*buff << 8);
#else
result = *buff;
#endif
len--;
buff++;
Expand Down

0 comments on commit 7e63cf7

Please sign in to comment.