1
1

tweaks: remove a superfluous assignment -- the lead length never changes

Этот коммит содержится в:
Benno Schulenberg 2018-05-27 17:16:04 +02:00
родитель d7c1ab8e80
Коммит 5cb4485fa5

Просмотреть файл

@ -2337,8 +2337,6 @@ void do_justify(bool full_justify)
while (par_len > 0 && strlenpt(openfile->current->data) > fill) {
size_t line_len = strlen(openfile->current->data);
lead_len = strlen(lead_string);
/* If this line is too long, try to wrap it to the next line
* to make it short enough. */
break_pos = break_line(openfile->current->data + lead_len,