]> git.wh0rd.org Git - nano.git/commit
- files.c:read_file() - If the file we're loading has already been detected as a...
authorChris Allegretta <chrisa@asty.org>
Sun, 16 Feb 2003 03:13:47 +0000 (03:13 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 16 Feb 2003 03:13:47 +0000 (03:13 +0000)
commit33ac7b9181e2a75e79776d4d386b9baeb3ce9b88
tree149ab5d6b3c665287c42884d68729896cb3849bc
parent1aa8541c5cb7d429b43a5dbbc8c655853a55f893
- files.c:read_file() - If the file we're loading has already been detected as a DOS or Mac formatted file, don't turn on NOCONVERT if we find binary chars in it.  This is because if it's detected as DOS/Mac format, at least one line has already been converted so setting NOCONVERT (which is supposed to signal that none of the file should be converted) makes no sense. (DLR)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1473 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
files.c