diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2007-01-28 17:55:03 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2007-01-28 17:55:03 +0000 |
commit | 42660ea8bae2254e0a6ccf5bc7457e2ded8f8495 (patch) | |
tree | 008d89df2c9f919e0f1da4bf0aa45cb32228b6f7 /xdelta1/libedsio/edsio.c | |
parent | 95734ad7f4c65382226f82bc2119954b682410d9 (diff) |
Clenaup junk.
Diffstat (limited to 'xdelta1/libedsio/edsio.c')
-rwxr-xr-x | xdelta1/libedsio/edsio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta1/libedsio/edsio.c b/xdelta1/libedsio/edsio.c index 78b259b..74fd7b3 100755 --- a/xdelta1/libedsio/edsio.c +++ b/xdelta1/libedsio/edsio.c | |||
@@ -504,7 +504,7 @@ edsio_md5_hash (gconstpointer v) | |||
504 | guint x = 0; | 504 | guint x = 0; |
505 | gint i, j; | 505 | gint i, j; |
506 | 506 | ||
507 | for (i = 0, j = 0; i < 16; i += 1, j += 1, j %= sizeof (guint)) | 507 | for (i = 0, j = 0; i < 16; i += 1, j += 1, j %= sizeof (guint32)) |
508 | x ^= md5[i] << (8*j); | 508 | x ^= md5[i] << (8*j); |
509 | 509 | ||
510 | return x; | 510 | return x; |