summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-27 13:31:17 +0000
committerJim Meyering <jim@meyering.net>2006-02-27 13:31:17 +0000
commit96a0a0857ad5bd526e2366a62684bbcbf0277071 (patch)
treef811f734c833b6710c71a7e7e2ff737166e435f5
parent193f1a070a6d566ae2d938e39b5030893260d919 (diff)
downloadcoreutils-96a0a0857ad5bd526e2366a62684bbcbf0277071.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d7228c24..5ced32f66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 6.0-cvs.
+ * src/base64.c (do_decode): Use correct type for parameter,
+ ignore_garbage: s/size_t/bool/.
+
* src/base64.c: Don't include .h files already included by system.h:
<string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>.
Include "system.h" before the other lib/*.h header files.