Xref: utzoo alt.sources:190 comp.bugs.misc:112 Path: utzoo!hoptoad!amdcad!ames!mailrus!umix!hyc From: hyc@umix.cc.umich.edu (Howard Chu) Newsgroups: alt.sources,comp.bugs.misc Subject: Re: small bug in resent arc posting Keywords: arc Message-ID: <4033@umix.cc.umich.edu> Date: 19 Apr 88 17:44:21 GMT References: <2460@vice.TEK.COM> <867@spdcc.COM> Reply-To: hyc@umix.cc.umich.edu (Howard Chu) Distribution: usa Organization: University of Michigan Computing Center, Ann Arbor Lines: 10 UUCP-Path: {uunet,rutgers}!umix!hyc Ah well... I was never one to appreciate compiler or system specific side effects... }-) A more reliable fix is to replace the offending line with something like: int xx; xx = getc_unp(); xx |= getc_unp() << 8; return xx & 0xFFFF; That's pretty much what I'm using in the "official" release version, which will be out soon.