1
1

small fix for do_justify totsize calculations

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@485 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Robert Siemborski 2001-01-17 03:29:02 +00:00
родитель 4058709e0b
Коммит c2eeb4e585
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -57,6 +57,9 @@ General
die_too_small()
- Function to print the window too small error message, avoids
repeated string defs and globals.
do_justify()
- Small fix for totsize calculation (Rob)
- fi.po:
- Update by Pauli Virtanen.

2
nano.c
Просмотреть файл

@ -1818,8 +1818,6 @@ int do_justify(void)
delete_node(tmpnode);
}
totsize -= strlen(current->data);
justify_format(current->data);
slen = strlen(current->data);