Skip to content
This repository was archived by the owner on Dec 3, 2017. It is now read-only.

Commit 12d24ba

Browse files
author
Noah
committed
Patch to correct Issue # 28
1 parent a55ec90 commit 12d24ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C#-SQLite/src/pager_c.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5210,7 +5210,7 @@ bool noSync /* True to omit the xSync on the db file */
52105210
*/
52115211
if ( pPager.state != PAGER_SYNCED &&
52125212
#if SQLITE_OMIT_MEMORYDB
5213-
0==MEMDB
5213+
0 != MEMDB
52145214
#else
52155215
0 != pPager.memDb
52165216
#endif

0 commit comments

Comments
 (0)