ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

Fix format specifier/argument mismatch #79

Closed a3f closed 6 years ago

a3f commented 6 years ago

Caught by clang -Wformat. Proper fix would be to use %zu, but that's not in C89 and might be problematic on MSWin32 as well.

perlpunk commented 6 years ago

Thanks, looks good. Cc @ingydotnet

perlpunk commented 6 years ago

Thanks, applied!