On Wed, 11 Sep 2002 03:22:17 -0400, Clarence Verge wrote:

<snip>

> BTW Glenn, "mail.tmp" may be history somewhere but not in the Insight
> you sent me:
> INSIGHT  171     82688 02-07-31    7:06
> INSIGHT  EXE     82688 02-09-10   21:23
> A compare says they are identical.

"Identical"... you say???

I say... "Oh yeah ???" <VBG>

E:\ARACHNE\SRC\INSIGHT\INSIGHT.C 23981 9-10-2002 21:22:50 -----A--
C:\!\020731\INSIGHT.EXE          82688 7-31-2002  7:06:42 -----A--
C:\!\020910\INSIGHT.EXE          82688 9-10-2002 21:23:42 -----A--

comp /m:0 c:\!\020731\insight.exe c:\!\020910\insight.exe>\!\oh-yeah.txt

Comparing files in...
C:\!\020731
with files in...
C:\!\020910

Comparing  INSIGHT.EXE with  INSIGHT.EXE - Compare failure.
Offset 5aeh  Source = 3ch  Destination = 40h
Offset 8a2h  Source = 7eh  Destination = 82h
Offset 8a6h  Source = 9ch  Destination = a0h
Offset 8b2h  Source = 42h  Destination = 46h
Offset 8b6h  Source = 3eh  Destination = 42h
Offset 8bah  Source = 3ah  Destination = 3eh
Offset 8c6h  Source = 5ah  Destination = 5eh
Offset 8cah  Source = 5eh  Destination = 62h
Offset 8ceh  Source = 96h  Destination = 9ah
Offset cb4h  Source = 9eh  Destination = a2h
Offset cb7h  Source = 38h  Destination = 3ch
Offset cc0h  Source = d4h  Destination = d8h
Offset ce3h  Source = d4h  Destination = d8h
Offset d30h  Source = 7ah  Destination = 7eh
Offset d33h  Source = 98h  Destination = 9ch
Offset d5fh  Source = 98h  Destination = 9ch
Offset d62h  Source = 9eh  Destination = a2h
Offset ecfh  Source = 34h  Destination = 38h
Offset edbh  Source = 34h  Destination = 38h
Offset ee9h  Source = a0h  Destination = a4h
Offset eedh  Source = 9eh  Destination = a2h
Offset ef1h  Source = 34h  Destination = 38h
22 Mismatches - No more mismatches were present.

They don't look "identical" to me. <g>

Here's the change in the SRC

---- insight.c ---
<snip>

  if(!strcmpi(s,"MAILTMP"))   printf("%stextarea.tmp",mailmanpath);else
  if(!strcmpi(s,"CHECKEDTBS"))

<snip>

  strcpy(s,mailmanpath);strcat(s,"textarea.tmp");
  cfg.fexp=fopen(s,"wb");

<snip>
__________________________

If you would please, test it to see if mail.tmp ever
gets created by the new insight.exe <g>

-- 
 Glenn
 http://arachne.cz/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm
 http://www.thispagecannotbedisplayed.com/

Reply via email to