forked from GitHub/gf-core
bugfix in libsg
This commit is contained in:
@@ -380,7 +380,7 @@ close1:
|
|||||||
|
|
||||||
rollback:
|
rollback:
|
||||||
sqlite3BtreeRollback(db->aDb[0].pBt, SQLITE_ABORT_ROLLBACK, 0);
|
sqlite3BtreeRollback(db->aDb[0].pBt, SQLITE_ABORT_ROLLBACK, 0);
|
||||||
return rc;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|||||||
Reference in New Issue
Block a user