vendor/libgit2/src/pack-objects.h in rugged-0.28.4 vs vendor/libgit2/src/pack-objects.h in rugged-0.28.4.1
- 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;
- off64_t offset;
+ git_off_t offset;
size_t size;
unsigned int hash; /* name hint hash */