[EMAIL PROTECTED] wrote: > > bjh 99/09/18 03:57:08 > > Modified: src/main util.c > Log: > Configuration files are text files so open them in text mode. > > Some OS/2 (and probably DOS & Windows) text editors like to put Ctrl-Z EOF > markers at the end of the files they edit. Opening the config files in text > mode prevents the Ctrl-Z from causing 'Invalid command' errors when > starting.
Nice. I don't think DOS/Windows understand "rt" - they do the opposite ("rb" for binary). Don't think it hurts, though. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the first group; there was less competition there." - Indira Gandhi