diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3300,6 +3300,7 @@ base64_encode_1 (from, to, length, line_break, multibyte) | |||
| 3300 | if (CHAR_BYTE8_P (c)) | 3300 | if (CHAR_BYTE8_P (c)) |
| 3301 | c = CHAR_TO_BYTE8 (c); | 3301 | c = CHAR_TO_BYTE8 (c); |
| 3302 | else if (c >= 256) | 3302 | else if (c >= 256) |
| 3303 | return -1; | ||
| 3303 | i += bytes; | 3304 | i += bytes; |
| 3304 | } | 3305 | } |
| 3305 | else | 3306 | else |