typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2738 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
e0a0d23f78
Коммит
d7cf373358
@ -222,9 +222,9 @@ char *control_mbrep(const char *c, char *crep, int *crep_len)
|
||||
|
||||
*crep_len = wctomb(crep, control_wrep(wc));
|
||||
|
||||
if (*crep_mb_len <= 0) {
|
||||
if (*crep_len <= 0) {
|
||||
wctomb(NULL, 0);
|
||||
*crep_mb_len = 0;
|
||||
*crep_len = 0;
|
||||
}
|
||||
} else {
|
||||
#endif
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user