mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-04 00:38:06 +02:00
a2cebacf97
* src/sort.c (debug_width): New function, which does not stop counting tabs at \0, and also invokes mbsnwidth. Stamp out strnlen! (count_tabs): Remove. (debug_key): Use debug_width instead of mbsnwidth and count_tabs. * tests/misc/sort-debug-keys: Check that \0 and \t intermix.