Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!samsung!aplcen!haven!umd5!steveg From: steveg@umd5.umd.edu (Steve Green) Newsgroups: comp.windows.x Subject: Possible bug in server code? Message-ID: <5883@umd5.umd.edu> Date: 6 Jan 90 17:25:26 GMT Reply-To: steveg@umd5.umd.edu (Steve Green) Organization: University of Maryland, College Park Lines: 7 in server/ddx/mi/mispritest.h . should this not be y1?? #define LINE_SORT(x1,y2,x2,y2) \ { int _t; \ if (x1 > x2) { _t = x1; x1 = x2; x2 = _t; } \ if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }