1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Clear executable bit on base64.c

FossilOrigin-Name: ec1ddbce7db270afc25f71546fa745935ad74bc72920fccfcb37e98649612bf2
This commit is contained in:
larrybr
2023-04-02 14:53:59 +00:00
parent 4d5a5a48c5
commit 756c6cf281
3 changed files with 8 additions and 7 deletions

1
ext/misc/base64.c Executable file → Normal file
View File

@@ -76,6 +76,7 @@ typedef unsigned char u8;
#define U8_TYPEDEF
#endif
/* Decoding table, ASCII (7-bit) value to base 64 digit value or other */
static const u8 b64DigitValues[128] = {
/* HT LF VT FF CR */
ND,ND,ND,ND, ND,ND,ND,ND, ND,WS,WS,WS, WS,WS,ND,ND,