summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2004-09-10 02:48:58 +0000
committerMartin Pool <mbp@sourcefrog.net>2004-09-10 02:48:58 +0000
commita770b0d695be1ef730a15442730d7b37d4772d4f (patch)
tree0555b62a83d55b1eb074e6aed494f3f2a7497be1 /NEWS
parent2e68e0024ce60ab22364fcde9d7b56a98c480ba4 (diff)
downloadlibrsync-a770b0d695be1ef730a15442730d7b37d4772d4f.tar.gz
#1024881
Use %lu or %llu if possible to print uint64 values, rather than converting to double. (I can't see any measurable difference in overall benchmarks because finding sums is so slow, but it's still good to fix.)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b14605..f693233 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ Changes in 0.9.7 (release pending)
* #1022764: Fix corrupted encoding of some COPY commands in large
files.
+ * #1024881: Print long integers directly, rather than via casts to
+ double.
+
* Fix printf formats for size_t: both the format and the argument
should be cast to long.