fix %c in printf_fast, printf_fast_f and printf_tiny
[fw/sdcc] / ChangeLog
index cdcaafbbcf0be09423e29007fda407df9fb6ad5d..c626756c16302c43ca7e85c5538ae45ab815f741 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-25 Paul Stoffregen <paul AT pjrc.com>
+       * device/lib/printf_fast.c: fix %c, char promoted to int
+       * device/lib/printf_tiny.c: fix %c, char promoted to int
+
 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
        * device/lib/printf_fast.c: fix float overflow check, bug #1525093