72a Subj : not ignoring you... but... To : Scott Little From : mark lewis Date : Sat Jul 10 2004 07:20 pm SL>>> If JM^.TxtSubChars <= TxtSubBufSize Then SL>>> to SL>>> If JM^.TxtSubChars <= TxtSubBufSize-1 Then ml>> if so, which one? i'm not aware of needing that change... all my stuff SL> Stick "mkmsg bugs" into Google and hit "I'm Feeling Lucky": hummm... SL> --\/-- SL> Contributor: FRANK VAN DER HAM i recognize that name from the fixes file... he found several, it seems... my name is in there once or twice, too... but i sent more fixes than acknowledged... SL> Line 150: SL> Change SL> TxtSubBuf: Array[1..TxtSubBufSize] of Char; {temp storage SL> ... } SL> Into SL> TxtSubBuf: Array[0..TxtSubBufSize-1] of Char; {temp storage SL> ... } yes, that's in my copy... SL> Line 831: SL> Change SL> If JM^.TxtSubChars <= TxtSubBufSize Then SL> Into SL> If JM^.TxtSubChars <= TxtSubBufSize-1 Then SL> Line 838: SL> Change SL> If JM^.TxtSubChars <= TxtSubBufSize Then SL> Into SL> If JM^.TxtSubChars <= TxtSubBufSize-1 Then neither of these is in my copy of 1.06... SL> Line 1490: SL> Change SL> BlockWrite(JM^.IdxFile, JamIdx^, JamIdxBufSize); SL> Into SL> BlockWrite(JM^.IdxFile, JamIdx^, JM^.IdxRead); this is on line 1439 in my copy in the Function JamMsgObj.WriteIdx: Word; routine... looks like readidx and writeidx were moved out into seperate routines... i know that i added at least 9 lines at the top of the file as well as several others where i commented out a line i was changing to keep the original just in case... evidently there was a bit of movement in other areas, too... wonder what version of mkmsg that page covers?? )\/(ark * Origin: (1:3634/12) . 0