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 |
r243650 | r243651 | |
---|---|---|
25919 | 25919 | const char *zPath, /* File path associated with error */ |
25920 | 25920 | int iLine /* Source line number where error occurred */ |
25921 | 25921 | ){ |
25922 | char *zErr; /* Message from strerror() or equivalent */ | |
25922 | const char *zErr; /* Message from strerror() or equivalent */ | |
25923 | 25923 | int iErrno = errno; /* Saved syscall error number */ |
25924 | 25924 | |
25925 | 25925 | /* If this is not a threadsafe build (SQLITE_THREADSAFE==0), then use |
https://github.com/mamedev/mame/commit/9d5a0510554a7aaf78774e34b716390c27415eda |
Previous | 199869 Revisions | Next |