1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a "#ifdef" from check-in [03f7d36a8a] that should have been "#ifndef".

FossilOrigin-Name: edb865c35415f9553f8279028120f7b8de2bf7e2
This commit is contained in:
drh
2011-05-28 19:24:15 +00:00
parent c97125eb72
commit 21f80f0478
3 changed files with 8 additions and 8 deletions

View File

@@ -2584,7 +2584,7 @@ case OP_Savepoint: {
}else{
nName = sqlite3Strlen30(zName);
#ifdef SQLITE_OMIT_VIRTUAL_TABLE
#ifndef SQLITE_OMIT_VIRTUAL_TABLE
/* This call is Ok even if this savepoint is actually a transaction
** savepoint (and therefore should not prompt xSavepoint()) callbacks.
** If this is a transaction savepoint being opened, it is guaranteed