summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <salese_corp_ltd@email.it>2015-02-20 01:44:36 +0100
committer Angelo Salese <salese_corp_ltd@email.it>2015-02-20 01:44:36 +0100
commit9d5a0510554a7aaf78774e34b716390c27415eda (patch)
treeb3048bed1b492796d43f5e74add77041f607850d
parent64c0e4e433e32f4ae27c038da28030870aad2731 (diff)
parent59dab305ebecca82eb7ca6ac5462696dc37eb848 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
-rw-r--r--3rdparty/sqlite3/sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/sqlite3/sqlite3.c b/3rdparty/sqlite3/sqlite3.c
index 90220cad070..cf858adc5de 100644
--- a/3rdparty/sqlite3/sqlite3.c
+++ b/3rdparty/sqlite3/sqlite3.c
@@ -25919,7 +25919,7 @@ static int unixLogErrorAtLine(
const char *zPath, /* File path associated with error */
int iLine /* Source line number where error occurred */
){
- char *zErr; /* Message from strerror() or equivalent */
+ const char *zErr; /* Message from strerror() or equivalent */
int iErrno = errno; /* Saved syscall error number */
/* If this is not a threadsafe build (SQLITE_THREADSAFE==0), then use