tis 2003-02-04 klockan 12.48 skrev Guido Serassio: > I have just found the reason of this: > On Windows, when opening a file as O_TEXT, the resulting bytes count from a > read() can be different from the real disk size. > So errorTryLoadText() in errorpage.cc and netdbReloadState() in net_db.c > doesn't work correctly.
This should be fixed in errorpage.cc to handle text files in text mode. net_db.cc most likely should open the file in binary mode however as it is a internal data file. -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
