1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Revert "bug 968: fixed."

This reverts commit cd8008225c.
This commit is contained in:
Witold Filipczyk 2007-07-30 19:00:21 +02:00 committed by Witold Filipczyk
parent 0afe741ac0
commit eecba4a96c

View File

@ -1133,9 +1133,8 @@ justify_line(struct html_context *html_context, int y)
new_start = word_start + word_shift;
/* Copy the original word, without any spaces. */
if (word_len)
copy_chars(html_context, new_start, y,
word_len, &line[word_start]);
copy_chars(html_context, new_start, y, word_len,
&line[word_start]);
/* Copy the space that preceded the word,
* duplicating it as many times as necessary.