From 65d7faed61a15417418681128f5cde74f465e961 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 26 Feb 2007 19:33:19 +0100 Subject: [PATCH] The real fix for the bug 935. It works for not utf-8 and the code doesn't affect the utf-8 mode. --- src/bfu/text.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bfu/text.c b/src/bfu/text.c index 8adf0c96a..f5e3f1b7f 100644 --- a/src/bfu/text.c +++ b/src/bfu/text.c @@ -119,7 +119,6 @@ split_line(unsigned char *text, int max_width, int *cells) * followed by a space so this rule * will not match often. We match dash * and quotes too. */ - cells_save--; while (--split != text) { cells_save--; if (!ispunct(*split)) continue;