all uses of aws_off_t replaced with int64_t
Pre-release
Pre-release
- CHANGE: All uses of aws_off_t replaced with int64_t. aws_off_t used to be 32 or 64 bits, depending on a project's compiler flags. This was leading to bugs when projects had different flags. Now in64_t is used instead. Beginning in aws-c-common v0.6.0, aws_off_t is simply a typedef for int64_t, so hopefully this change is painless for consumers.