summaryrefslogtreecommitdiff
path: root/src/odb_backend.nobj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/odb_backend.nobj.lua')
-rw-r--r--src/odb_backend.nobj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odb_backend.nobj.lua b/src/odb_backend.nobj.lua
index edc3c45..8892755 100644
--- a/src/odb_backend.nobj.lua
+++ b/src/odb_backend.nobj.lua
@@ -99,7 +99,7 @@ static int odb_backend_read_cb(void **data_p, size_t *len_p, git_otype *type_p,
return err;
}
-static int odb_backend_read_prefix_cb(git_oid *out_oid, void **data_p, size_t *len_p, git_otype *type_p, git_odb_backend *backend, const git_oid *short_oid, unsigned int len)
+static int odb_backend_read_prefix_cb(git_oid *out_oid, void **data_p, size_t *len_p, git_otype *type_p, git_odb_backend *backend, const git_oid *short_oid, size_t len)
{
*data_p = NULL;
if(len >= GIT_OID_HEXSZ) {