Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Fri, 24 Mar 2006 15:48:02 +0000 (15:48 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 24 Mar 2006 15:48:02 +0000 (15:48 +0000)
lib/base64.c

index 33aec10..9ef5f03 100644 (file)
@@ -291,7 +291,8 @@ static const signed char b64[0x100] = {
 #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)
 {