comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2889 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
a0aa4df041
commit
24b1563068
|
@ -799,7 +799,8 @@ ssize_t do_replace_loop(const char *needle, const filestruct
|
||||||
if (i == 2)
|
if (i == 2)
|
||||||
replaceall = TRUE;
|
replaceall = TRUE;
|
||||||
|
|
||||||
/* Get the match's length in single-byte characters. */
|
/* Make sure the string we replace is the match's length in
|
||||||
|
* single-byte characters. */
|
||||||
match = mallocstrncpy(NULL, openfile->current->data +
|
match = mallocstrncpy(NULL, openfile->current->data +
|
||||||
openfile->current_x, match_len + 1);
|
openfile->current_x, match_len + 1);
|
||||||
match[match_len] = '\0';
|
match[match_len] = '\0';
|
||||||
|
|
Loading…
Reference in New Issue