typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
f1d3d9581a
commit
0e0fef03c5
|
@ -2455,7 +2455,7 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
answer = mallocstrcpy(answer, curranswer);
|
answer = mallocstrcpy(answer, curranswer);
|
||||||
curranswer = strlen(answer);
|
curranswer_len = strlen(answer);
|
||||||
|
|
||||||
/* Only put statusbar_x at the end of the string if it's
|
/* Only put statusbar_x at the end of the string if it's
|
||||||
* uninitialized, if it would be past the end of curranswer, or if
|
* uninitialized, if it would be past the end of curranswer, or if
|
||||||
|
|
Loading…
Reference in New Issue