X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=hash-object.c;h=846e91a23126b747fbea8d9a8511f708c3d70e43;hb=c002922adce90b69ac56a86eeb77b249afa88eb2;hp=20937ff94c1ce6ab7984d7b6b1903307e303eb60;hpb=f4a75a416f62c0494e06cb42a11c7cc70ec9303e;p=git.git diff --git a/hash-object.c b/hash-object.c index 20937ff94..846e91a23 100644 --- a/hash-object.c +++ b/hash-object.c @@ -110,7 +110,7 @@ int main(int argc, const char **argv) } if (errstr) { - error (errstr); + error("%s", errstr); usage_with_options(hash_object_usage, hash_object_options); }