|
#ifdef FONT_COMPRESSION_BIN |
|
fprintf(stderr, "Compressed %zu to %u.\n", total_transform_length, |
|
total_compressed_length); |
|
#endif |
This message isn't an error, so it should be printed to stdout instead of stderr.
creating this issue because #83 was closed