Skip to content

Commit e3c8265

Browse files
Fix FIELD_TYPE_NULL value to match Android Java mapping
1 parent 2a6f3ce commit e3c8265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/CursorWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ typedef struct
9292
#define FIELD_TYPE_FLOAT 2
9393
#define FIELD_TYPE_STRING 3
9494
#define FIELD_TYPE_BLOB 4
95-
#define FIELD_TYPE_NULL 5
95+
#define FIELD_TYPE_NULL 0
9696

9797
/**
9898
* This class stores a set of rows from a database in a buffer. The begining of the

0 commit comments

Comments
 (0)