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 1e17d02 commit 750f688
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 @@ -157,9 +157,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 < 0; i++) {
LOG_ERROR("%d.%s\n", i, STDVALUE_AS_STRING(values.list[i]));
}

return 0;
/*return platch_respond(
Expand Down

0 comments on commit 750f688

Please sign in to comment.