More similar to floats

This commit is contained in:
Alexey Romanov
2010-11-09 17:00:08 +03:00
parent 4864e114e8
commit 84bd28d70a

View File

@@ -253,7 +253,7 @@ static void sql_exec_async(void *_async_command) {
term_count += 2;
dataset = realloc(dataset, sizeof(*dataset) * term_count);
dataset[term_count - 2] = ERL_DRV_INT64;
dataset[term_count - 1] = &int64s[int64_count - 1];
dataset[term_count - 1] = (ErlDrvTermData)&int64s[int64_count - 1];
break;
}
case SQLITE_FLOAT: {