[email protected] wrote: > commit 2165ceacd37d266fecb3d1298ea260ce0e334267 > Author: Daniel Stenberg <[email protected]> .. > +++ b/src/libssh2_priv.h > @@ -340,7 +339,7 @@ struct _LIBSSH2_CHANNEL > > libssh2_channel_data local, remote; > /* Amount of bytes to be refunded to receive window (but not yet sent) */ > - unsigned long adjust_queue; > + int adjust_queue;
Why make this signed? It's used in calculations in _libssh2_channel_receive_window_adjust() where the other values involved are always unsigned. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
