tor/changes/ticket31532

5 lines
264 B
Plaintext
Raw Normal View History

2019-09-04 17:09:01 +02:00
o Code simplification and refactoring:
- Use the ptrdiff_t type consistently for expressing variable offsets and
pointer differences. Previously we incorrectly (but harmlessly) used
int and sometimes off_t for these cases. Closes ticket 31532.