X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fbase64.c;h=0f1b0144baceec439a33d683f5b0ed477daa6f99;hb=a0040bd045e62e1f47852b1e1285fc0f0b34f78d;hp=6a06055aefe97fca49f343e52fe75cdd66db9ebe;hpb=638afb438a73eee8efa9dc6179c3cd39572847cf;p=libucw.git diff --git a/lib/base64.c b/lib/base64.c index 6a06055a..0f1b0144 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -93,7 +93,7 @@ base64_decode(byte *dest, byte *src, uns len) headache. - Turadg Aleahmad */ - if (ch == ' ') ch = '+'; + if (ch == ' ') ch = '+'; ch = reverse_table[ch]; if (ch == 0xff) continue;