From 129424d546bbd4d7825be0f86cf05dcf5ce5eb07 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 25 Feb 2012 14:28:20 +0100 Subject: [PATCH 3/4] Remove redundant assignment --- src/output/ascii.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/output/ascii.c b/src/output/ascii.c index d121987..e66f2a1 100644 --- a/src/output/ascii.c +++ b/src/output/ascii.c @@ -955,7 +955,6 @@ ascii_layout_cell (struct ascii_driver *a, const struct table_cell *cell, if (length == 0) return; - text = cell->contents; breaks = xmalloc (length + 1); u8_possible_linebreaks (CHAR_CAST (const uint8_t *, text), length, "UTF-8", breaks); -- 1.7.2.5