Fix a typo in crlf conversion code
commit67e22ed58f776372de5ed0a5e6fb329bc24b52b2
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 22 Apr 2007 14:12:22 +0000 (22 16:12 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 17:44:38 +0000 (22 10:44 -0700)
tree19272a5a2af8f6c292df7d01f5aadd56762e4bd1
parent2b6854c863ae83dd8b4766a159a45a02e883a41f
Fix a typo in crlf conversion code

Also, noticed by valgrind: the code caused a read out-of-bounds.
Some comments updated as well (they still reflected old calling
conventions).

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
convert.c