Skip to content

Commit

Permalink
Update charset_converter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bojidartonchev committed Sep 28, 2023
1 parent 3b436be commit 53fbcfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/charset_converter.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,11 @@ static int on_available_charsets(struct platch_obj *object, FlutterPlatformMessa

values.list[index].type = kStdString;
values.list[index].string_value = strtok(output, "/");

LOG_ERROR("=====%d.%s\n", index, STDVALUE_AS_STRING(values.list[index]));
}

pclose(fp);
free(output);

for (int i = 0; i < 0; i++) {
for (int i = 0; i < count; i++) {
LOG_ERROR("!!!!!%d.%s\n", i, STDVALUE_AS_STRING(values.list[i]));
}

Expand Down

0 comments on commit 53fbcfb

Please sign in to comment.