From ace1037faffb4aec60d9c29e5ff17aef7431c266 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 29 Oct 2004 15:42:02 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2032 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/cut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cut.c b/src/cut.c index d69af652..8b16dfaf 100644 --- a/src/cut.c +++ b/src/cut.c @@ -324,7 +324,7 @@ void do_uncut_text(void) * beginning of the line, set placewewant to 0. Pico does both of * these. */ if (marked_cut == 0) { - if (current_x != 0) + if (current_x > 0) marked_cut = 2; else placewewant = 0; -- 2.39.5