Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: dad3daefa2463ed7d5440cadd797288656a585f9 https://github.com/Perl/perl5/commit/dad3daefa2463ed7d5440cadd797288656a585f9 Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Date: 2020-06-18 (Thu, 18 Jun 2020) Changed paths: M cygwin/cygwin.c Log Message: ----------- Fix cygwin Perl_utf16_to_utf8 parameter types Commit f46dcac2d383af532d3e8c014488fba83a514309 changed the I32 arguments of Perl_utf16_to_utf8() to Size_t and updated all callers that called it via the utf16_to_utf8 macro, but missed the fully-qualified call in cygwin.c.