diff options
author | drh <drh@noemail.net> | 2014-03-11 01:48:06 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-03-11 01:48:06 +0000 |
commit | 181aed3c25070755727606a054aafb40f27e06cc (patch) | |
tree | cf8ff3412202e291dbbf0f3dcefaffd24ab65ad0 /src/vdbeblob.c | |
parent | 4e2f4599874d36fb4c706afb841b2fd719090b36 (diff) | |
parent | 89212fb9f9f0c35bb4725bfc8b85eb96ad751939 (diff) | |
download | sqlite-181aed3c25070755727606a054aafb40f27e06cc.tar.gz sqlite-181aed3c25070755727606a054aafb40f27e06cc.zip |
Version 3.8.4 for sessions (plus two minor fixes).
FossilOrigin-Name: 917c410808756e1697bd628f4c9c57dd13d08ce7
Diffstat (limited to 'src/vdbeblob.c')
-rw-r--r-- | src/vdbeblob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeblob.c b/src/vdbeblob.c index 43ec130b3..d1262fa54 100644 --- a/src/vdbeblob.c +++ b/src/vdbeblob.c @@ -135,7 +135,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 */ |