From: Robert Siemborski Date: Wed, 17 Jan 2001 03:29:02 +0000 (+0000) Subject: small fix for do_justify totsize calculations X-Git-Tag: v0.9.99pre1~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c2eeb4e58583939f259d54b72872ad42dbe2cbb8;p=nano.git small fix for do_justify totsize calculations git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@485 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 2016a67a..5118fc55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/nano.c b/nano.c index 328ac1be..2517ba25 100644 --- a/nano.c +++ b/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);