aboutsummaryrefslogtreecommitdiff
path: root/patch-id.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch-id.c')
-rw-r--r--patch-id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-id.c b/patch-id.c
index 3b4c80f76..086d2d9c6 100644
--- a/patch-id.c
+++ b/patch-id.c
@@ -47,7 +47,7 @@ static void generate_id_list(void)
if (!get_sha1_hex(p, n)) {
flush_current_id(patchlen, sha1, &ctx);
- memcpy(sha1, n, 20);
+ hashcpy(sha1, n);
patchlen = 0;
continue;
}