Skip to content

Commit 33b3d96

Browse files
committed
Update cloudsync_sqlite.c
1 parent dbea7de commit 33b3d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudsync_sqlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ void dbsync_payload_load (sqlite3_context *context, int argc, sqlite3_value **ar
844844
// retrieve full path to file
845845
const char *path = (const char *)database_value_text(argv[0]);
846846

847-
sqlite3_int64 payload_size = 0;
847+
int64_t payload_size = 0;
848848
char *payload = cloudsync_file_read(path, &payload_size);
849849
if (!payload) {
850850
if (payload_size < 0) {

0 commit comments

Comments
 (0)