diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index be3a30a97..fc759d801 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -2353,7 +2353,7 @@ static int unixLockState(OsFile *id){ ** same for both. */ static int unixSectorSize(OsFile *id){ - return PAGER_SECTOR_SIZE; + return SQLITE_DEFAULT_SECTOR_SIZE; } /* |