summaryrefslogtreecommitdiff
path: root/examples/rev-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rev-parse.c')
-rw-r--r--examples/rev-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rev-parse.c b/examples/rev-parse.c
index 90258c101..3f68d79b7 100644
--- a/examples/rev-parse.c
+++ b/examples/rev-parse.c
@@ -65,7 +65,7 @@ static void parse_opts(struct parse_state *ps, int argc, char *argv[])
static int parse_revision(git_repository *repo, struct parse_state *ps)
{
git_revspec rs;
- char str[GIT_OID_HEXSZ + 1];
+ char str[GIT_OID_SHA1_HEXSIZE + 1];
check_lg2(git_revparse(&rs, repo, ps->spec), "Could not parse", ps->spec);