ObjFW  Hex Artifact Content

Artifact 5dbf9298bdb775b6fc6d2d08280371d70bc0b8fbe19f1858654b518dd54f924f:

Manifest of check-in [5dbf9298bd] - OFDeflateStream: Fix uint_fast16_t != uint16_t.

On systems where uint_fast16_t is different from uint16_t, the pointer
operator creates incompatible pointers for those two, thus leading to a
compile time error. Therefore, one uint_fast16_t needed to be changed to
an uint16_t. by js on 2013-10-10 21:33:51.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.