comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2745 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -68,7 +68,7 @@ filestruct *read_line(char *buf, filestruct *prevnode, bool
|
||||
{
|
||||
filestruct *fileptr = (filestruct *)nmalloc(sizeof(filestruct));
|
||||
|
||||
/* Convert nulls to newlines. len is the string's real length
|
||||
/* Convert nulls to newlines. buf_len is the string's real length
|
||||
* here. */
|
||||
unsunder(buf, buf_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user