diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-10-17 20:48:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-10-17 20:48:28 +0000 |
commit | 5ed637f72da223e9b7588d933126d37bc9a00117 (patch) | |
tree | b01cc5cb9355c7c08175ad9d039b8006e757f135 /test-err.c | |
parent | 8570d06222a4adf4bae9506c89bbc76dea96f962 (diff) | |
download | mandoc-5ed637f72da223e9b7588d933126d37bc9a00117.tar.gz |
Simplify the code building lists of spans, no output change intended.
A comment in the code claimed that the list of spans would be sorted,
but the sorting did not actually work. The layout "LSSS,LLSL" resulted
in the list "0-3, 1-2", whereas the layout "LLSL,LSSS" resulted
in the list "1-2, 0-3". Since sorting serves no purpose, just leave
the list unsorted.
Diffstat (limited to 'test-err.c')
0 files changed, 0 insertions, 0 deletions