Skip to content

Commit 96d5ca9

Browse files
committed
fix formatting
1 parent c75354e commit 96d5ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-sqlite3/src/vector.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int vectorParseSqliteBlobWithType(
312312

313313
if( nDataSize != vectorDataSize(pVector->type, pVector->dims) ){
314314
*pzErrMsg = sqlite3_mprintf(
315-
"vector: unexpected data part size: type=%d, dims=%d, %ull != %ull",
315+
"vector: unexpected data part size: type=%d, dims=%d, %u != %u",
316316
pVector->type,
317317
pVector->dims,
318318
nDataSize,

0 commit comments

Comments
 (0)