Previous 199869 Revisions Next

r35139 Friday 20th February, 2015 at 00:44:36 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[3rdparty/sqlite3]sqlite3.c

trunk/3rdparty/sqlite3/sqlite3.c
r243650r243651
2591925919  const char *zPath,              /* File path associated with error */
2592025920  int iLine                       /* Source line number where error occurred */
2592125921){
25922  char *zErr;                     /* Message from strerror() or equivalent */
25922  const char *zErr;                     /* Message from strerror() or equivalent */
2592325923  int iErrno = errno;             /* Saved syscall error number */
2592425924
2592525925  /* If this is not a threadsafe build (SQLITE_THREADSAFE==0), then use


Previous 199869 Revisions Next


© 1997-2024 The MAME Team