changeset 6717:72afe7281123

Doc fix.
author Simon Josefsson <simon@josefsson.org>
date Fri, 24 Mar 2006 15:48:02 +0000
parents 2c14f8d1d5eb
children 634fcd865d57
files lib/base64.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -291,7 +291,8 @@
 #endif
 
 /* Return true if CH is a character from the Base64 alphabet, and
-   false otherwise. */
+   false otherwise.  Note that '=' is padding and not considered to be
+   part of the alphabet.  */
 bool
 isbase64 (char ch)
 {