X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=patch-id.c;h=9349bc5580456b378d41da7cc2518e4fa9a7e81a;hb=fed1b5cac0cc3ae324dc004181a276ea16589951;hp=3b4c80f764bd11a740a7cce60f2e8c062706e897;hpb=67e31d6234c0332334d7aedd70b2f101bc010cf9;p=git.git diff --git a/patch-id.c b/patch-id.c index 3b4c80f76..9349bc558 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; } @@ -81,4 +81,4 @@ int main(int argc, char **argv) generate_id_list(); return 0; -} +}