mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
There is a bug when formatting two consecutive values using fixed-widths and the values need padding. This was because the value of pad_size was zeroed only every other time. Format Before After [%8n] [%8n] [ $123.45] [ $123.45] [ $123.45] [ $123.45] Reviewed by: kib PR: 267282 Github PR: #619 MFC after: 1 week |
||
|---|---|---|
| .. | ||
| dynthr_mod | ||
| clearenv_test.c | ||
| cxa_thread_atexit_nothr_test.cc | ||
| cxa_thread_atexit_test.cc | ||
| dynthr_test.c | ||
| heapsort_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| mergesort_test.c | ||
| qsort_b_test.c | ||
| qsort_r_compat_test.c | ||
| qsort_r_test.c | ||
| qsort_s_test.c | ||
| qsort_test.c | ||
| set_constraint_handler_s_test.c | ||
| strfmon_test.c | ||
| test-sort.h | ||
| tsearch_test.c | ||