diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-03 18:10:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-03 18:10:14 +0000 |
commit | a92c8c212e2f1e014166cfb84751ea052035599e (patch) | |
tree | 91a539bcdf1828d97514f63aebbe42ec9679f6b4 /NEWS | |
parent | 3df8580c347d80739ef27011b0732c4514b814c3 (diff) | |
download | fetchmail-a92c8c212e2f1e014166cfb84751ea052035599e.tar.gz fetchmail-a92c8c212e2f1e014166cfb84751ea052035599e.tar.bz2 fetchmail-a92c8c212e2f1e014166cfb84751ea052035599e.zip |
Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac.
svn path=/trunk/; revision=4069
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ fetchmail 6.3.0 (not yet released officially): when username contains an @ and the envelope sender is null, Debian bug #272289 (Matthias Andree) * configure.ac cleanups by Miloslav Trmac (Matthias Andree) +* Miloslav Trmac's fix to reply_hack() type, for systems where + sizeof(int) != sizeof(size_t). (Matthias Andree) fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: |