summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/manager/sqlcipher/sqlcipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/sqlcipher/sqlcipher.c b/src/manager/sqlcipher/sqlcipher.c
index f9cf4e21..3d7f6671 100644
--- a/src/manager/sqlcipher/sqlcipher.c
+++ b/src/manager/sqlcipher/sqlcipher.c
@@ -31329,9 +31329,9 @@ static const char *unixTempFileDir(void){
static const char *azDirs[] = {
0,
0,
+ "/tmp",
"/var/tmp",
"/usr/tmp",
- "/tmp",
0 /* List terminator */
};
unsigned int i;