소스 검색

changes file for 31532

Nick Mathewson 4 년 전
부모
커밋
106b75aa53
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      changes/ticket31532

+ 4 - 0
changes/ticket31532

@@ -0,0 +1,4 @@
+  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.