On Mar 12, 2010, at 3:16 PM, Vincent Torri wrote: > for example, line 321 of gzwrite.c : > > for (len = 0; len < state->in; len++) > > you compare here an int with a pointer. Thanks for spotting that! That's a bug. The compiler would have complained about that if that code had ever been compiled. Mark