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 6821dfe commit 48af6de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/charset_converter.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ static int on_available_charsets(struct platch_obj *object, FlutterPlatformMessa
pclose(fp);
free(output);

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

return 0;
/*return platch_respond(
Expand Down

0 comments on commit 48af6de

Please sign in to comment.