raphlinus / font-rs

Apache License 2.0
755 stars 49 forks source link

accumulate.c: Add MSVC-specific cast #15

Closed dagit closed 6 years ago

dagit commented 8 years ago

This fixes #14. I've signed the google contributor's agreement.

Thanks!

raphlinus commented 6 years ago

Thanks for the fix and apologies for not looking at it earlier. I think #18 is a cleaner fix as it uses a version of the cast that works on both gcc and msvc.