On Tue, 26 Feb 2002 11:11:40 +0000 (UTC), Brian Smith <brian-l-smith at uiowa.edu> wrote: > > new_tok_buffer(ib, ((cbuf[0] & 0xff) << 8) | (cbuf[1] & 0xff)); yuk. Use ntohs to do this. Tony _______________________________________________ Cvsnt mailing list Cvsnt at cvsnt.org http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt