| Previous | 199869 Revisions | Next |
| r35137 Friday 20th February, 2015 at 00:14:04 UTC by Alex W. Jackson |
|---|
| sqlite3: fix build on *ix (nw) |
| [3rdparty/sqlite3] | sqlite3.c |
| r243648 | r243649 | |
|---|---|---|
| 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/59dab305ebecca82eb7ca6ac5462696dc37eb848 |
| Previous | 199869 Revisions | Next |