Tony Hoyle wrote: > On Tue, 26 Feb 2002 11:11:40 +0000 (UTC), Brian Smith > <[EMAIL PROTECTED]> wrote: > > >> new_tok_buffer(ib, ((cbuf[0] & 0xff) << 8) | (cbuf[1] & 0xff)); > > yuk. Use ntohs to do this.
This is actually just copied and pasted out of the gserver code, but I will change it. - Brian _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
