vendor/libgit2/src/pack-objects.h in rugged-0.28.3.1 vs vendor/libgit2/src/pack-objects.h in rugged-0.28.4
- old
+ new
@@ -28,10 +28,10 @@
#define GIT_PACK_BIG_FILE_THRESHOLD (512 * 1024 * 1024)
typedef struct git_pobject {
git_oid id;
git_object_t type;
- git_off_t offset;
+ off64_t offset;
size_t size;
unsigned int hash; /* name hint hash */