ticket31532 264 B

1234
  1. o Code simplification and refactoring:
  2. - Use the ptrdiff_t type consistently for expressing variable offsets and
  3. pointer differences. Previously we incorrectly (but harmlessly) used
  4. int and sometimes off_t for these cases. Closes ticket 31532.