Removed out-commented code.
FossilOrigin-Name: 6b1ff4e94c5c72cbd952ff05c72b0d478c6a3a6d397c404571a006c3ac5dd93d
This commit is contained in:
parent
be0267d0cc
commit
fe9e01e125
@ -8,12 +8,6 @@ static int to_str(void *item,char *dst)
|
||||
{
|
||||
mbag_item_t *i= item;
|
||||
|
||||
// bstr16_t src = i->data;
|
||||
// printf("From str resul: '%.*s'\n",bstr16_len(src),bstr16_data(src));
|
||||
|
||||
// exit(0);
|
||||
|
||||
|
||||
char *d = dst;
|
||||
int utf8 = format_is_utf8(bstr16_data(i->data), bstr16_len(i->data));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user