*** /var/tmp/,RCSt1a13712 Sat Apr 13 21:08:06 2002 --- outfile.c Sat Apr 13 17:08:06 2002 *************** *** 2540,2546 WriteMSBShort(0x0000); /* baseAddr */ WriteMSBShort(0x00ff); #endif ! i = (XRange*sizeof(Pixel)) | 0x8000; WriteMSBShort( i ); /* rowBytes */ WriteMSBShort(0); /* bounds.top */ WriteMSBShort(0); /* bounds.left */ --- 2540,2546 ----- WriteMSBShort(0x0000); /* baseAddr */ WriteMSBShort(0x00ff); #endif ! i = (int)((XRange*sizeof(Pixel)) | 0x8000); WriteMSBShort( i ); /* rowBytes */ WriteMSBShort(0); /* bounds.top */ WriteMSBShort(0); /* bounds.left */ *************** *** 2668,2674 *max = 0; *min = 255; ! RLEFileSize = 512 + 6*YRange*sizeof(Long); RLEOutput = False; PacketLen = 0; --- 2668,2674 ----- *max = 0; *min = 255; ! RLEFileSize = (int)( 512 + 6*YRange*sizeof(Long)); RLEOutput = False; PacketLen = 0;