base64: Reference latest RFC.
authorSimon Josefsson <simon@josefsson.org>
Thu, 11 Aug 2011 22:33:43 +0000 (00:33 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 11 Aug 2011 22:34:46 +0000 (00:34 +0200)
* lib/base64.c: Fix comment to reference RFC 4648.
Suggested by Bruno Haible <bruno@clisp.org> and Gijs van Tulder
<gvtulder@gmail.com>.

ChangeLog
lib/base64.c

index ea534b9..f1bf46d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-12  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/base64.c: Fix comment to reference RFC 4648.
+       Suggested by Bruno Haible <bruno@clisp.org> and Gijs van Tulder
+       <gvtulder@gmail.com>.
+
 2011-08-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        * build-aux/bootstrap (slurp): Remove obsolescent gettext.m4 patch.
index 1f07c7c..cbe9a63 100644 (file)
@@ -19,7 +19,7 @@
  * (mailbox/filter_trans.c, as of 2004-11-28).  Improved by review
  * from Paul Eggert, Bruno Haible, and Stepan Kasal.
  *
- * See also RFC 3548 <http://www.ietf.org/rfc/rfc3548.txt>.
+ * See also RFC 4648 <http://www.ietf.org/rfc/rfc4648.txt>.
  *
  * Be careful with error checking.  Here is how you would typically
  * use these functions: