Hi
Does anyone have an experience that you get corrupt lines in Report.html on
Windows even though a logfile doesn't seem to have such lines?
The following is a guess what is happening. A return code on Windows includes
two codes, CR (=\n=0a) and LF (=\r=0d), compared with that on Unix/Linux OS's
which have only one code, CR (=\n). The analog is analyzing a logfile each
BLOCKSIZE (=32768 bytes which is defined in anlghea2.h) at one time so that it
may happen on Windows that the analog finishes its anaylysis at a code, CR, and
restarts its anaylysis from LF. This may be a reason why the analog reports a
corrupt line for such a line.
This could be remedied by changing a function shunt_data(FILE *f) in input.c
which defines where the analog finishes/restarts its analysis.
This is on behalf of Mr. Mikuni of our Japan Analog Mailing List group.
--
Takayuki Matsuki
Japan Analog User Group
<[EMAIL PROTECTED]>
+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| Digest version: http://lists.isite.net/listgate/analog-help-digest/
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------