Return Str from base64_encode, fix extraction of first gif frame for animations in put_image_kitty

This commit is contained in:
bptato
2021-04-04 17:57:13 +02:00
parent 36ced394f6
commit 694a10271d
4 changed files with 83 additions and 109 deletions

View File

@@ -829,4 +829,4 @@ void srand48(long);
long lrand48(void);
#endif
extern char *base64_encode(const unsigned char *src, size_t len);
extern Str base64_encode(const unsigned char *src, size_t len);