Xref: utzoo alt.sources:187 comp.bugs.misc:110 Path: utzoo!hoptoad!pacbell!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!tektronix!tekcae!vice!michaele From: michaele@vice.TEK.COM (Michael Enkelis) Newsgroups: alt.sources,comp.bugs.misc Subject: small bug in resent arc posting Keywords: arc Message-ID: <2460@vice.TEK.COM> Date: 15 Apr 88 20:37:18 GMT Distribution: usa Organization: Tektronix Inc., Beaverton, Or. Lines: 30 BSD4.3 unix on a VAX 11-780, Change arcusq.c Michael Enkelis 503-627-4099 Feed me to patch *** arcusq.c.orig Fri Apr 15 13:31:51 1988 --- arcusq.c Fri Apr 15 13:32:38 1988 *************** *** 50,56 **** get_int(f) /* get an integer */ FILE *f; /* file to get it from */ { ! return (getc_unp(f) | (getc_unp(f) << 8)) & 0xFFFF; } INT --- 50,56 ---- get_int(f) /* get an integer */ FILE *f; /* file to get it from */ { ! return ((getc_unp(f) << 8) | getc_unp(f)) & 0xFFFF; } INT -- _ _ _ __ ' ) ) ) / /) / ` / /) Michael Enkelis / / / o _. /_ __. _ // /-- __ /_ _ // o _ tektronix!vice!michaele / ' (_(_(__/ /_(_(_(<_(/_ (___, /) )_/ <_(<_(/_(_/_)_