Commit 106b75aa authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

changes file for 31532

parent 3aba13f7
Loading
Loading
Loading
Loading

changes/ticket31532

0 → 100644
+4 −0
Original line number Diff line number Diff line
  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.