Home
last modified time | relevance | path

Searched hist:"30 f0fd29" (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/seq/
H A Dseq.c30f0fd29 Mon Jun 12 20:15:06 GMT 2023 millert <millert@openbsd.org> seq: fix check for rounding error/truncation
We need to compare the printable version of the last value displayed,
not the floating point representation. Otherwise, we may print the
last value twice. OK deraadt@