mirror of
https://github.com/sqlite/sqlite.git
synced 2025-10-27 08:52:26 +03:00
Convert many constants to have type "const". (CVS 2006)
FossilOrigin-Name: d790c84c5a889928d07f5394fffef0cbb8d5f214
This commit is contained in:
@@ -588,7 +588,7 @@ int sqlite3OsTempFileName(char *zBuf){
|
||||
"/tmp",
|
||||
".",
|
||||
};
|
||||
static unsigned char zChars[] =
|
||||
static const unsigned char zChars[] =
|
||||
"abcdefghijklmnopqrstuvwxyz"
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
"0123456789";
|
||||
|
||||
Reference in New Issue
Block a user