From 7629ea5d8d3cf2278d89a41beba3caf0488f67b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Wed, 11 Jun 2014 16:00:04 +0200 Subject: Fixed odb foreach test failure for big-endian 64-bit --- tests/odb/foreach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/odb/foreach.c b/tests/odb/foreach.c index 56daf7574..75448a2f7 100644 --- a/tests/odb/foreach.c +++ b/tests/odb/foreach.c @@ -87,7 +87,7 @@ void test_odb_foreach__files_in_objects_dir(void) git_repository *repo; git_odb *odb; git_buf buf = GIT_BUF_INIT; - size_t nobj = 0; + int nobj = 0; cl_fixture_sandbox("testrepo.git"); cl_git_pass(git_repository_open(&repo, "testrepo.git")); -- cgit v1.2.1