Skip to content

Commit 69d605e

Browse files
committed
tectonic/xetex-linebreak.c: fix mistake introduced in a2e6a3e
Addresses tectonic-typesetting#617.
1 parent 2d002ae commit 69d605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tectonic/xetex-linebreak.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ try_break(int32_t pi, small_number break_type)
19921992
cur_active_width[6] += DELTA_NODE_dshrink(r);
19931993
DELTA_NODE_dwidth(prev_r) += DELTA_NODE_dwidth(r);
19941994
DELTA_NODE_dstretch0(prev_r) += DELTA_NODE_dstretch0(r);
1995-
DELTA_NODE_dstretch2(prev_r) += DELTA_NODE_dstretch1(r);
1995+
DELTA_NODE_dstretch1(prev_r) += DELTA_NODE_dstretch1(r);
19961996
DELTA_NODE_dstretch2(prev_r) += DELTA_NODE_dstretch2(r);
19971997
DELTA_NODE_dstretch3(prev_r) += DELTA_NODE_dstretch3(r);
19981998
DELTA_NODE_dshrink(prev_r) += DELTA_NODE_dshrink(r);

0 commit comments

Comments
 (0)