updated tlibc
This commit is contained in:
@@ -46,7 +46,7 @@ Result(void) test_connection(){
|
||||
printf("ROW(%i):", st->result_row);
|
||||
for(i32 i = 0; i < column_count; i++){
|
||||
try_void(tsqlite_statement_getResult_str(st, &cell_str));
|
||||
printf(" [%i]='"FMT_str"'", st->result_col, str_expand(cell_str));
|
||||
printf(" [%i]='"FMT_str"'", st->result_col, str_unwrap(cell_str));
|
||||
}
|
||||
printf("\n");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user