mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
cast ambiguous to i64
This commit is contained in:
parent
7a6e824ea5
commit
f602ae1396
1 changed files with 1 additions and 1 deletions
|
|
@ -4900,7 +4900,7 @@ int vec0Update_InsertNextAvailableStep(
|
|||
"validity blob size mismatch on "
|
||||
"%s.%s.%lld, expected %lld but received %lld.",
|
||||
p->schemaName, p->shadowChunksName, *chunk_rowid,
|
||||
p->chunk_size / CHAR_BIT, validitySize);
|
||||
(i64) (p->chunk_size / CHAR_BIT), validitySize);
|
||||
rc = SQLITE_ERROR;
|
||||
goto cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue