projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c70826
)
Remove redundant assignment
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 25 Feb 2012 13:28:20 +0000
(14:28 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 26 Feb 2012 18:32:16 +0000
(19:32 +0100)
src/output/ascii.c
patch
|
blob
|
history
diff --git
a/src/output/ascii.c
b/src/output/ascii.c
index d121987a20c5d389eff0f5572a0b1386302bc2b1..e66f2a17bee20c073a2a2f7eb55593d892ec6513 100644
(file)
--- 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);