add another cleanup
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2297 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
345260c624
commit
83ba47a964
|
@ -348,11 +348,7 @@ int parse_mbchar(const char *buf, char *chr
|
||||||
* and the width in columns of its visible equivalent as
|
* and the width in columns of its visible equivalent as
|
||||||
* returned by control_rep(). */
|
* returned by control_rep(). */
|
||||||
else if (is_cntrl_mbchar(buf)) {
|
else if (is_cntrl_mbchar(buf)) {
|
||||||
char *ctrl_buf_mb =
|
char *ctrl_buf_mb = charalloc(MB_CUR_MAX);
|
||||||
#ifdef NANO_WIDE
|
|
||||||
!ISSET(NO_UTF8) ? charalloc(MB_CUR_MAX) :
|
|
||||||
#endif
|
|
||||||
charalloc(1);
|
|
||||||
int ctrl_buf_mb_len;
|
int ctrl_buf_mb_len;
|
||||||
|
|
||||||
(*col)++;
|
(*col)++;
|
||||||
|
|
Loading…
Reference in New Issue