diff options
author | Frederic Culot <calcurse@culot.org> | 2009-05-22 20:02:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-05-22 20:02:43 +0000 |
commit | 68322a536c47828c3d4515dabadcc9b2db237232 (patch) | |
tree | 12b12632857ecbd6559c569e16c4e670b2183db7 | |
parent | 3f6aff84e65e7650f7110768646b86ece6b4dc8f (diff) | |
download | calcurse-68322a536c47828c3d4515dabadcc9b2db237232.tar.gz calcurse-68322a536c47828c3d4515dabadcc9b2db237232.zip |
Make use of stdio's BUFSIZ instead of my own define
-rwxr-xr-x | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-05-22 Frederic Culot <frederic@culot.org> + + * src/apoint.c + * src/event.c + * src/recur.c: make use of stdio's BUFSIZ instead of my own define + 2009-01-25 Frederic Culot <frederic@culot.org> * === Released 2.5 === |