Skip to content

Commit 00ebde0

Browse files
committed
chore
1 parent e0ca087 commit 00ebde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ DATABASE_RESULT unit_exec (cloudsync_context *data, const char *sql, const char
169169

170170
char *buffer = NULL;
171171
if (type == SQLITE_BLOB) {
172-
const void *bvalue = database_column_blob(pstmt, i);
172+
const void *bvalue = database_column_blob(pstmt, i, NULL);
173173
if (bvalue) {
174174
buffer = (char *)cloudsync_memory_alloc(len);
175175
if (!buffer) {rc = SQLITE_NOMEM; goto unitexec_finalize;}

0 commit comments

Comments
 (0)