projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3daf3
)
Doc fix.
author
Simon Josefsson
<simon@josefsson.org>
Fri, 24 Mar 2006 15:48:02 +0000
(15:48 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Fri, 24 Mar 2006 15:48:02 +0000
(15:48 +0000)
lib/base64.c
patch
|
blob
|
history
diff --git
a/lib/base64.c
b/lib/base64.c
index 33aec105caa3e43246930f32aa7e97cfa8f3d49c..9ef5f03f3080d974fba4a4a57799db6670666a71 100644
(file)
--- a/
lib/base64.c
+++ b/
lib/base64.c
@@
-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)
{