We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63f1fe commit e7a7691Copy full SHA for e7a7691
tests/libgit2/repo/init.c
@@ -727,7 +727,7 @@ void test_repo_init__defaultbranch_config_empty(void)
727
void test_repo_init__longpath(void)
728
{
729
#ifdef GIT_WIN32
730
- size_t padding = CONST_STRLEN("objects/pack/pack-.pack.lock") + GIT_OID_SHA1_HEXSIZE;
+ size_t padding = CONST_STRLEN("objects/pack/pack-.pack.lock") + GIT_OID_MAX_HEXSIZE;
731
size_t max, i;
732
git_str path = GIT_STR_INIT;
733
git_repository *one = NULL, *two = NULL;
0 commit comments