summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/vdbeblob.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsqlite3/src/vdbeblob.c')
-rw-r--r--lib/libsqlite3/src/vdbeblob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/src/vdbeblob.c b/lib/libsqlite3/src/vdbeblob.c
index 4b34f2c2957..cf7495e5b4f 100644
--- a/lib/libsqlite3/src/vdbeblob.c
+++ b/lib/libsqlite3/src/vdbeblob.c
@@ -133,7 +133,7 @@ int sqlite3_blob_open(
** which closes the b-tree cursor and (possibly) commits the
** transaction.
*/
- static const int iLn = __LINE__+4;
+ static const int iLn = VDBE_OFFSET_LINENO(4);
static const VdbeOpList openBlob[] = {
/* {OP_Transaction, 0, 0, 0}, // 0: Inserted separately */
{OP_TableLock, 0, 0, 0}, /* 1: Acquire a read or write lock */