X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=base64.c;h=cee51571a7416b396583932be2376398e0670573;hp=d9fa483b23b4e33983382b2f6a4142e8016d8d89;hb=eacc2982fbf7e0c0b69508b57f85e839d1ba1013;hpb=ba4b798fbe3bf4d56cf51f91456b602cd1ed9083;ds=sidebyside diff --git a/base64.c b/base64.c index d9fa483b..cee51571 100644 --- a/base64.c +++ b/base64.c @@ -104,7 +104,7 @@ int base64_decode(char const *src, size_t encoded_size, char **result, case 2: /* Valid, means one byte of info */ /* Skip any number of spaces. */ for (; ch != '\0'; ch = *src++) - if (!isspace(ch)) + if (!para_isspace(ch)) break; /* Make sure there is another trailing = sign. */ if (ch != PAD64) @@ -118,7 +118,7 @@ int base64_decode(char const *src, size_t encoded_size, char **result, * whitespace after it? */ for (; ch != '\0'; ch = *src++) - if (!isspace(ch)) + if (!para_isspace(ch)) goto fail; /* * Now make sure for cases 2 and 3 that the "extra"